Skip to content

Commit

Permalink
fix: use latest glm
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Jul 14, 2023
1 parent 6da2b7d commit ffd82b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scenario/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ string(TIMESTAMP BEFORE "%s")
CPMAddPackage(
NAME GLM
GITHUB_REPOSITORY g-truc/glm
GIT_TAG 0.9.9.8
GIT_TAG master
)
include_directories(${GLM_SOURCE_DIR})
string(TIMESTAMP AFTER "%s")
Expand Down
2 changes: 1 addition & 1 deletion external/cpm.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CPM REGION SET(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/external/ CACHE STRING "CPM_SOURCE_CACHE")
set(CPM_DOWNLOAD_VERSION 0.36.0)
set(CPM_DOWNLOAD_VERSION 0.38.2)
if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")
elseif(DEFINED ENV{CPM_SOURCE_CACHE})
Expand Down

0 comments on commit ffd82b4

Please sign in to comment.