Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Pass the build command in verbatim mode. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | cmake-ide |
Files: | files | file ages | folders |
SHA3-256: |
2809447506c6c941f951661aeb76228d |
User & Date: | ashepilko 2018-08-04 11:08:10.083 |
Context
2018-08-07
| ||
17:55 | Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c user: ashepilko tags: cmake-ide) | |
2018-08-04
| ||
11:08 | Pass the build command in verbatim mode. ... (check-in: 28094475 user: ashepilko tags: cmake-ide) | |
11:01 | Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff314 user: ashepilko tags: cmake-ide) | |
Changes
Changes to CMakeLists.txt.
︙ | ︙ | |||
155 156 157 158 159 160 161 162 163 164 165 166 167 168 | CONFIGURE_COMMAND "" BINARY_DIR "${fossil_BINARY_DIR}" BUILD_COMMAND "${fossil_SOURCE_DIR}/win/buildmsvc.bat" ${fossil_configure_FLAGS} ${fossil_build_FLAGS} all install DESTDIR=${fossil_DESTDIR} INSTALL_COMMAND "" STEP_TARGETS configure build install ) else(MSVC) file(RELATIVE_PATH fossil_DESTDIR "${fossil_BINARY_DIR}" "${fossil_INSTALL_DIR}") | > | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | CONFIGURE_COMMAND "" BINARY_DIR "${fossil_BINARY_DIR}" BUILD_COMMAND "${fossil_SOURCE_DIR}/win/buildmsvc.bat" ${fossil_configure_FLAGS} ${fossil_build_FLAGS} all install DESTDIR=${fossil_DESTDIR} VERBATIM INSTALL_COMMAND "" STEP_TARGETS configure build install ) else(MSVC) file(RELATIVE_PATH fossil_DESTDIR "${fossil_BINARY_DIR}" "${fossil_INSTALL_DIR}") |
︙ | ︙ |