diff options
| author | 2009-03-27 19:28:05 +0100 | |
|---|---|---|
| committer | 2009-03-27 19:28:05 +0100 | |
| commit | b5528ad981a4aa824121250006946b14e53b4b25 (patch) | |
| tree | bfc40b285d6dc01db44a849fdf7fc35bfd151777 /CMakeLists.txt | |
| parent | 5709097015fe4b8e11867244b571045a612385ff (diff) | |
| download | libplist-b5528ad981a4aa824121250006946b14e53b4b25.tar.gz libplist-b5528ad981a4aa824121250006946b14e53b4b25.tar.bz2 | |
Fix pkgconfig file install path.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 754c264..ecccfc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -36,7 +36,7 @@ ADD_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/c | |||
| 36 | ########## PkgConfig ############################ | 36 | ########## PkgConfig ############################ |
| 37 | CONFIGURE_FILE( "libplist.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libplist.pc" ) | 37 | CONFIGURE_FILE( "libplist.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libplist.pc" ) |
| 38 | ########## INSTALL ############################## | 38 | ########## INSTALL ############################## |
| 39 | INSTALL( FILES "${CMAKE_CURRENT_BINARY_DIR}/libplist.pc" DESTINATION ${LIBDATA_INSTALL_DIR}/pkgconfig/ ) | 39 | INSTALL( FILES "${CMAKE_CURRENT_BINARY_DIR}/libplist.pc" DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig/ ) |
| 40 | 40 | ||
| 41 | ########## CPack ################################ | 41 | ########## CPack ################################ |
| 42 | INCLUDE( libplistPackaging ) | 42 | INCLUDE( libplistPackaging ) |
