Fix CMake FetchContent usage

master
Timo Suoranta ago%!(EXTRA string=4 years)
parent ace16e4778
commit 1771b1127f
  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