We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d43b6 commit 9467c46Copy full SHA for 9467c46
src/cli/CMakeLists.txt
@@ -2,13 +2,13 @@
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5
-add_executable(lsb_heka_cat lsb_heka_cat)
6
-target_link_libraries(lsb_heka_cat luasandboxutil)
7
-
8
set(CMAKE_SKIP_BUILD_RPATH FALSE)
9
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
10
list( APPEND CMAKE_INSTALL_RPATH "\$ORIGIN/../lib64" )
11
+add_executable(lsb_heka_cat lsb_heka_cat)
+target_link_libraries(lsb_heka_cat luasandboxutil)
+
12
if(LIBM_LIBRARY)
13
target_link_libraries(lsb_heka_cat ${LIBM_LIBRARY})
14
endif()
0 commit comments