Merge pull request #1062 from tksuoran/fix-cmake

Fix CMake FetchContent usage #1062
master
Christophe ago%!(EXTRA string=4 years) committed by GitHub
commit 761a842a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      glm/CMakeLists.txt

@ -47,7 +47,7 @@ add_library(glm INTERFACE)
include(GNUInstallDirs)
target_include_directories(glm INTERFACE
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

Loading…
Cancel
Save