Commit 43a33dcd authored by Andreas Schuh's avatar Andreas Schuh

Install CMake config file inside lib/ directory on Unix.

parent 42a00188
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment