Skip to content

Commit

Permalink
GLM make available
Browse files Browse the repository at this point in the history
  • Loading branch information
morganbengtsson committed Dec 23, 2021
1 parent 8f1f5bf commit 3b5a65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -63,6 +63,7 @@ FetchContent_Declare(
GIT_REPOSITORY "https://github.com/g-truc/glm.git"
GIT_TAG "0.9.9.8"
)
FetchContent_MakeAvailable(glm)

FetchContent_GetProperties(glm)
if(NOT glm_POPULATED)
Expand Down

0 comments on commit 3b5a65b

Please sign in to comment.