diff --git a/CMakeLists.txt b/CMakeLists.txt index cdebb7c273268122b86b96ce529c30f90a385ecf..60dfb3c8469e57bf38e03a8cee87ca8f3396da18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ if (WIN32) else () set (LIBRARY_INSTALL_DIR lib) set (INCLUDE_INSTALL_DIR include) - set (CONFIG_INSTALL_DIR cmake/${PACKAGE_NAME}) + set (CONFIG_INSTALL_DIR lib/cmake/${PACKAGE_NAME}) endif () install (TARGETS ${PACKAGE_NAME} DESTINATION ${LIBRARY_INSTALL_DIR} EXPORT gflags-lib)