]> git.pld-linux.org Git - packages/cryptopp.git/blob - cryptopp-libdir.patch
- updated to 8.9.0
[packages/cryptopp.git] / cryptopp-libdir.patch
1 --- cryptopp-5.6.4/CMakeLists.txt.orig  2016-09-11 09:07:48.000000000 +0200
2 +++ cryptopp-5.6.4/CMakeLists.txt       2017-06-06 21:43:31.328699739 +0200
3 @@ -306,8 +306,8 @@
4  if(NOT CMAKE_VERSION VERSION_LESS 2.8.8)       # CMakePackageConfigHelpers is supported from 2.8.8\r
5         include(CMakePackageConfigHelpers)\r
6         write_basic_package_version_file("${PROJECT_BINARY_DIR}/cryptopp-config-version.cmake" VERSION ${cryptopp_VERSION_MAJOR}.${cryptopp_VERSION_MINOR}.${cryptopp_VERSION_PATCH} COMPATIBILITY SameMajorVersion)\r
7 -       install(FILES cryptopp-config.cmake ${PROJECT_BINARY_DIR}/cryptopp-config-version.cmake DESTINATION "lib/cmake/cryptopp")\r
8 -       install(EXPORT ${export_name} DESTINATION "lib/cmake/cryptopp")\r
9 +       install(FILES cryptopp-config.cmake ${PROJECT_BINARY_DIR}/cryptopp-config-version.cmake DESTINATION "lib${LIB_SUFFIX}/cmake/cryptopp")\r
10 +       install(EXPORT ${export_name} DESTINATION "lib${LIB_SUFFIX}/cmake/cryptopp")\r
11  endif()\r
12  \r
13  # Tests\r
This page took 0.088227 seconds and 3 git commands to generate.