summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-07-19 16:11:12 (GMT)
committerGitHub <noreply@github.com>2019-07-19 16:11:12 (GMT)
commitee23c273e22aafb3e4d07f3429e59e4e31e6b37d (patch)
treea530baab675d75baaa79fb17c9f71b863aaae0e5
parent316f2b6f4d74ed542af7687460af637a4901e09e (diff)
parent99d925f997923f24492d2c68d932bc958f98ace9 (diff)
downloadlz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.zip
lz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.tar.gz
lz4-ee23c273e22aafb3e4d07f3429e59e4e31e6b37d.tar.bz2
Merge pull request #758 from dooxe/develop
Added `BUNDLE DESTINATION`
-rw-r--r--contrib/cmake_unofficial/CMakeLists.txt1
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}"