File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Write-Host "####################################################################
1818Write-Host " ## Configuring build environment"
1919Write-Host " ##############################################################################"
2020
21- Invoke-Expression " cmake ${SourceDirectory} -DBUILD_EXAMPLES=ON ${Env: CMAKE_OPTIONS} "
21+ Invoke-Expression " cmake ${SourceDirectory} -DBUILD_EXAMPLES=ON -DCLAR_XML= ${BuildDirectory} ${Env: CMAKE_OPTIONS} "
2222if ($LastExitCode -ne 0 ) { [Environment ]::Exit ($LastExitCode ) }
2323
2424Write-Host " "
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ echo "##########################################################################
2828echo " ## Configuring build environment"
2929echo " ##############################################################################"
3030
31- echo cmake ${SOURCE_DIR} -DBUILD_EXAMPLES=ON ${CMAKE_OPTIONS}
32- cmake ${SOURCE_DIR} -DENABLE_WERROR=ON -DBUILD_EXAMPLES=ON -DBUILD_FUZZERS=ON -DUSE_STANDALONE_FUZZERS=ON ${CMAKE_OPTIONS}
31+ echo cmake ${SOURCE_DIR} -DENABLE_WERROR=ON - DBUILD_EXAMPLES=ON -DBUILD_FUZZERS=ON -DUSE_STANDALONE_FUZZERS=ON -DCLAR_XML= \" ${BUILD_DIR} \" ${CMAKE_OPTIONS}
32+ cmake ${SOURCE_DIR} -DENABLE_WERROR=ON -DBUILD_EXAMPLES=ON -DBUILD_FUZZERS=ON -DUSE_STANDALONE_FUZZERS=ON -DCLAR_XML= " ${BUILD_DIR} " ${CMAKE_OPTIONS}
3333
3434echo " "
3535echo " ##############################################################################"
You can’t perform that action at this time.
0 commit comments