File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (-not (Test-Path "taichi_clang")) {
3232WriteInfo(" Setting the env vars" )
3333
3434$env: LLVM_DIR = " C://taichi_llvm"
35- $env: TAICHI_CMAKE_ARGS = " -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF -DTI_WITH_VULKAN:BOOL=OFF -DTI_WITH_CUDA:BOOL=OFF -DTI_BUILD_TESTS:BOOL=ON "
35+ $env: TAICHI_CMAKE_ARGS = " -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF -DTI_WITH_VULKAN:BOOL=OFF -DTI_WITH_CUDA:BOOL=OFF -DTI_BUILD_TESTS:BOOL=OFF "
3636
3737# TODO: For now we have to hard code the compiler path from build tools 2019
3838$env: TAICHI_CMAKE_ARGS += ' -DCMAKE_CXX_COMPILER=C:/Program\ Files\ (x86)/Microsoft\ Visual\ Studio/2019/BuildTools/vc/Tools/Llvm/x64/bin/clang++.exe -DCMAKE_C_COMPILER=C:/Program\ Files\ (x86)/Microsoft\ Visual\ Studio/2019/BuildTools/vc/Tools/Llvm/x64/bin/clang.exe'
You can’t perform that action at this time.
0 commit comments