diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 34e8e06..b7d14c1 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -202,7 +202,7 @@ endif () configure_file (${GLEW_DIR}/glew.pc.in ${GLEW_DIR}/glew.pc @ONLY) -install(FILES ${GLEW_DIR}/glew.pc +install(FILES ${GLEW_DIR}/glew.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )