From 2e3b4cf8984e8bf983e1647a85aced8f6e6754f0 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Thu, 18 Apr 2019 19:50:48 +0300 Subject: [PATCH] Fix use of absolute path in INSTALL_INTERFACE Closes #1470. (cherry picked from commit 15af302f77f7c83a869bdfc7ce9abdeeb6231854) --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0913579b..050ee9e0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -103,7 +103,7 @@ set_target_properties(glfw PROPERTIES target_compile_definitions(glfw PRIVATE _GLFW_USE_CONFIG_H) target_include_directories(glfw PUBLIC "$" - "$") + "$") target_include_directories(glfw PRIVATE "${GLFW_SOURCE_DIR}/src" "${GLFW_BINARY_DIR}/src"