diff options
author | dooxe <maxime.daisy@innersense.fr> | 2019-07-18 11:25:43 +0200 |
---|---|---|
committer | dooxe <maxime.daisy@innersense.fr> | 2019-07-18 11:25:43 +0200 |
commit | 99d925f997923f24492d2c68d932bc958f98ace9 (patch) | |
tree | 8892696c794896c682cbea8e96c04161b8be61e6 /contrib | |
parent | 398e36c756a3067de8e2b35dd380baef040dfe0d (diff) | |
download | lz4-99d925f997923f24492d2c68d932bc958f98ace9.tar.gz lz4-99d925f997923f24492d2c68d932bc958f98ace9.tar.bz2 lz4-99d925f997923f24492d2c68d932bc958f98ace9.zip |
Added BUNDLE DESTINATION in CMakeLists.txt so that it works with newer versions of cmake
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cmake_unofficial/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cmake_unofficial/CMakeLists.txt b/contrib/cmake_unofficial/CMakeLists.txt index b09c4fb..42d92ea 100644 --- a/contrib/cmake_unofficial/CMakeLists.txt +++ b/contrib/cmake_unofficial/CMakeLists.txt @@ -172,6 +172,7 @@ if(NOT LZ4_BUNDLED_MODE) include(GNUInstallDirs) install(TARGETS ${LZ4_PROGRAMS_BUILT} + BUNDLE DESTINATION "${CMAKE_INSTALL_BINDIR}" RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}") install(TARGETS ${LZ4_LIBRARIES_BUILT} LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" |