From 1771b1127fcc9a24d81d98ee669d5c4591902d4d Mon Sep 17 00:00:00 2001 From: Timo Suoranta Date: Thu, 11 Mar 2021 13:20:56 +0200 Subject: [PATCH] Fix CMake FetchContent usage --- glm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/CMakeLists.txt b/glm/CMakeLists.txt index cee0d2e7..2d5cff2f 100644 --- a/glm/CMakeLists.txt +++ b/glm/CMakeLists.txt @@ -47,7 +47,7 @@ add_library(glm INTERFACE) include(GNUInstallDirs) target_include_directories(glm INTERFACE - $ + $ $ )