why aren't the variables changing...?

This commit is contained in:
ThePhD 2017-12-26 18:15:08 -05:00
parent 17ce128075
commit 9ae4e78ca8

View File

@ -123,7 +123,7 @@ init:
- if "%LLVM_VERSION%"=="4.0.0" (set CMAKE_GENERATOR=Ninja&&set "parallelism="&&set "logger="&&set build_type=-DCMAKE_BUILD_TYPE=Release&&set build_compiler=-DCMAKE_CXX_COMPILER=clang-cl.exe -DCMAKE_C_COMPILER=clang-cl.exe)
# # Last printouts
# print out generator information
- echo cmake generator is `%CMAKE_GENERATOR%` using special flags logger=`%logger%` parallelism=`%parallelism%`
- echo cmake generator is %CMAKE_GENERATOR% using build_type=%build_type% and build_compiler=%build_compiler% special flags logger=%logger% parallelism=%parallelism%
# print out useful tool information
- ninja --version
- cmake --version