Skip to content

Commit

Permalink
Fix appveyor glm_DIR path
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Feb 16, 2020
1 parent 4d47b27 commit 681b8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 681b8ba

Please sign in to comment.