Fix appveyor glm_DIR path

This commit is contained in:
Will Usher 2020-02-16 14:37:37 -08:00
parent 4d47b27333
commit 681b8badcd

View File

@ -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