Add -DLLVM_ROOT_DIR to appveyor

This commit is contained in:
Luke Street 2020-04-11 16:07:05 -04:00
parent 01bb0f3840
commit 7e8ca5e808
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ before_build:
build_script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -GNinja ..
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DLLVM_ROOT_DIR=C:\projects\deps\llvm -GNinja ..
- ninja urde
#notifications: