From d952348fbf3147c2edc7d8e9ea91c2e513a5336c Mon Sep 17 00:00:00 2001 From: Robert Russell Date: Tue, 25 May 2021 11:03:58 -0400 Subject: [PATCH] Update CMakeLists.txt some files are in the root directory. --- build/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 2c42f59..a84be56 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -243,7 +243,7 @@ if (APPLE) set (requireslib) endif () -configure_file (${GLEW_DIR}/glew.pc.in ${CMAKE_CURRENT_BINARY_DIR}/glew.pc @ONLY) +configure_file (${GLEW_DIR}/../glew.pc.in ${CMAKE_CURRENT_BINARY_DIR}/glew.pc @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/glew.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig