From 0aed0f5614507a3f4d521e6890a5ef05db8305e0 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 12 Jun 2017 14:37:52 +0200 Subject: Revert "Install RUNTIME into libdir" This reverts commit 2d34dce48e688da8fb2c8ce45fdbba82b262cc87. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7c44136..e5c4ab7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -114,7 +114,7 @@ endif() #{{{ Installation install(TARGETS uca LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT libraries) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libuca.pc -- cgit v1.2.3