mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Install CMake config file inside lib/ directory on Unix.
This commit is contained in:
parent
42a0018843
commit
43a33dcd53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue