Fix appveyor glm_DIR path
This commit is contained in:
parent
4d47b27333
commit
681b8badcd
@ -81,7 +81,7 @@ test_script:
|
||||
- ps: |
|
||||
mkdir build_test_cmake
|
||||
cd build_test_cmake
|
||||
cmake ..\test\cmake\ -G "$env:generator" -Dglm_DIR="$env:APPVEYOR_BUILD_FOLDER"
|
||||
cmake ..\test\cmake\ -G "$env:generator" -Dglm_DIR="$env:APPVEYOR_BUILD_FOLDER/cmake/glm/"
|
||||
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal
|
||||
|
||||
deploy: off
|
||||
|
Loading…
Reference in New Issue
Block a user