mirror of
https://github.com/g-truc/glm.git
synced 2024-11-29 11:24:35 +00:00
Fix appveyor glm_DIR path
This commit is contained in:
parent
4d47b27333
commit
681b8badcd
@ -81,7 +81,7 @@ test_script:
|
|||||||
- ps: |
|
- ps: |
|
||||||
mkdir build_test_cmake
|
mkdir build_test_cmake
|
||||||
cd 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
|
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
Loading…
Reference in New Issue
Block a user