From f42ada5ede177c7e06a73fc64ef23a521bb56073 Mon Sep 17 00:00:00 2001 From: Zbigniew Mandziejewicz Date: Mon, 9 Mar 2015 21:44:33 +0800 Subject: [PATCH] glfwTargets install directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed93fbb23..2b41a70cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -534,7 +534,7 @@ if (GLFW_INSTALL) "${GLFW_BINARY_DIR}/src/glfw3ConfigVersion.cmake" DESTINATION ${GLFW_CONFIG_PATH}) - install(EXPORT glfwTargets DESTINATION lib${LIB_SUFFIX}/cmake/glfw) + install(EXPORT glfwTargets DESTINATION ${GLFW_CONFIG_PATH}) install(FILES "${GLFW_BINARY_DIR}/src/glfw3.pc" DESTINATION lib${LIB_SUFFIX}/pkgconfig)