diff options
| author | Yann Collet <Cyan4973@users.noreply.github.com> | 2019-07-19 09:11:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 09:11:12 -0700 |
| commit | ee23c273e22aafb3e4d07f3429e59e4e31e6b37d (patch) | |
| tree | a530baab675d75baaa79fb17c9f71b863aaae0e5 | |
| parent | 316f2b6f4d74ed542af7687460af637a4901e09e (diff) | |
| parent | 99d925f997923f24492d2c68d932bc958f98ace9 (diff) | |
| download | platform_external_lz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.tar.gz platform_external_lz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.tar.bz2 platform_external_lz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.zip | |
Merge pull request #758 from dooxe/develop
Added `BUNDLE DESTINATION`
| -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}" |
