mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 17:13:41 +00:00
Merge pull request #1062 from tksuoran/fix-cmake
Fix CMake FetchContent usage #1062
This commit is contained in:
commit
761a842a59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue