From 399a4c21bb5b6fe2c73ae3cedad18bb702954296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 9 Mar 2020 19:36:48 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@941 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- utils/cloud_dispatcher/CMakeLists.txt | 2 +- utils/code_model_generator/CMakeLists.txt | 2 +- utils/crypt_tool/CMakeLists.txt | 2 +- utils/resources_compiler/CMakeLists.txt | 2 +- utils/system_daemon/CMakeLists.txt | 2 +- utils/system_test/CMakeLists.txt | 2 +- utils/udp_file_transfer/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/utils/cloud_dispatcher/CMakeLists.txt b/utils/cloud_dispatcher/CMakeLists.txt index e96353c9..ceb5f8eb 100644 --- a/utils/cloud_dispatcher/CMakeLists.txt +++ b/utils/cloud_dispatcher/CMakeLists.txt @@ -3,7 +3,7 @@ file(GLOB CPPS "*.cpp") file(GLOB HDRS "*.h") add_executable(picloud ${CPPS} ${HDRS}) target_link_libraries(picloud pip pip_cloud) -apple_rpath_patch(picloud) +# apple_rpath_patch(picloud) if (DEFINED LIB) install(TARGETS picloud DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else() diff --git a/utils/code_model_generator/CMakeLists.txt b/utils/code_model_generator/CMakeLists.txt index e158d1ab..4a83fecb 100755 --- a/utils/code_model_generator/CMakeLists.txt +++ b/utils/code_model_generator/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Building pip_cmg") add_executable(pip_cmg "main.cpp") target_link_libraries(pip_cmg pip) -apple_rpath_patch(pip_cmg) +# apple_rpath_patch(pip_cmg) if (DEFINED LIB) install(TARGETS pip_cmg DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else() diff --git a/utils/crypt_tool/CMakeLists.txt b/utils/crypt_tool/CMakeLists.txt index f15ca99b..ca283a96 100644 --- a/utils/crypt_tool/CMakeLists.txt +++ b/utils/crypt_tool/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Building picrypt") add_executable(picrypt "main.cpp") target_link_libraries(picrypt pip pip_crypt) -apple_rpath_patch(picrypt) +# apple_rpath_patch(picrypt) if (DEFINED LIB) install(TARGETS picrypt DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else() diff --git a/utils/resources_compiler/CMakeLists.txt b/utils/resources_compiler/CMakeLists.txt index 459a4e86..0927c4f3 100644 --- a/utils/resources_compiler/CMakeLists.txt +++ b/utils/resources_compiler/CMakeLists.txt @@ -4,7 +4,7 @@ file(GLOB HDRS "*.h") add_executable(pip_rc ${CPPS} ${HDRS}) set (PIRC_LIBS pip) target_link_libraries(pip_rc ${PIRC_LIBS}) -apple_rpath_patch(pip_rc) +# apple_rpath_patch(pip_rc) if (DEFINED LIB) install(TARGETS pip_rc DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else() diff --git a/utils/system_daemon/CMakeLists.txt b/utils/system_daemon/CMakeLists.txt index 2fec0291..e75a97b9 100755 --- a/utils/system_daemon/CMakeLists.txt +++ b/utils/system_daemon/CMakeLists.txt @@ -3,7 +3,7 @@ file(GLOB CPPS "*.cpp") file(GLOB HDRS "*.h") add_executable(pisd ${CPPS} ${HDRS}) target_link_libraries(pisd pip pip_crypt) -apple_rpath_patch(pisd) +# apple_rpath_patch(pisd) if (DEFINED LIB) install(TARGETS pisd DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else() diff --git a/utils/system_test/CMakeLists.txt b/utils/system_test/CMakeLists.txt index 175e5c00..c3ade206 100755 --- a/utils/system_test/CMakeLists.txt +++ b/utils/system_test/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Building pip_system_test") add_executable(pip_system_test "main.cpp") target_link_libraries(pip_system_test pip) -apple_rpath_patch(pip_system_test) +# apple_rpath_patch(pip_system_test) if (DEFINED LIB) install(TARGETS pip_system_test DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) endif () diff --git a/utils/udp_file_transfer/CMakeLists.txt b/utils/udp_file_transfer/CMakeLists.txt index a1e63003..694ec816 100644 --- a/utils/udp_file_transfer/CMakeLists.txt +++ b/utils/udp_file_transfer/CMakeLists.txt @@ -1,7 +1,7 @@ message(STATUS "Building pift") add_executable(pift "main.cpp") target_link_libraries(pift pip) -apple_rpath_patch(pift) +# apple_rpath_patch(pift) if (DEFINED LIB) install(TARGETS pift DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) else()