File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ build_script:
2828 - mkdir -p build && cd build
2929 - set BOOST_DIR=C:\Libraries\boost_1_65_1
3030 - cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DMSVC_RUNTIME_TYPE="/MT"
31- - cmake --build . --target all -- VERBOSE=1
31+ - cmake --build . --target all
3232
3333test_script :
3434# - .\jinja2cpp_tests
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ macro (BuildThirdparty TargetName ThirdpartySrcPath ThirdpartyOutFile)
1717
1818 add_custom_command (
1919 OUTPUT ${INST_DIR} /${ThirdpartyOutFile}
20- COMMAND ${CMAKE_COMMAND} ARGS --build . --target install -- VERBOSE=1
20+ COMMAND ${CMAKE_COMMAND} ARGS --build . --target install
2121 WORKING_DIRECTORY ${BUILD_DIR}
2222 COMMENT "Build ${TargetName} library"
2323 DEPENDS ${BUILD_DIR} /CMakeCache.txt
You can’t perform that action at this time.
0 commit comments