From 851c65424102fa585fb0f0eef76b2cec4471039c Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Thu, 14 Sep 2023 16:56:56 +0200 Subject: [PATCH] Remove install step from examples. --- source/examples/metacallgui/CMakeLists.txt | 10 ---------- source/examples/metacalllog/CMakeLists.txt | 10 ---------- source/examples/metacallquine/CMakeLists.txt | 10 ---------- source/examples/metacallweb/CMakeLists.txt | 10 ---------- 4 files changed, 40 deletions(-) diff --git a/source/examples/metacallgui/CMakeLists.txt b/source/examples/metacallgui/CMakeLists.txt index 6596b6bf3..5ad975790 100644 --- a/source/examples/metacallgui/CMakeLists.txt +++ b/source/examples/metacallgui/CMakeLists.txt @@ -129,13 +129,3 @@ target_link_libraries(${target} PRIVATE ${DEFAULT_LINKER_OPTIONS} ) - -# -# Deployment -# - -# Executable -install(TARGETS ${target} - RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples - BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples -) diff --git a/source/examples/metacalllog/CMakeLists.txt b/source/examples/metacalllog/CMakeLists.txt index b141ad9f5..5a4c04da4 100644 --- a/source/examples/metacalllog/CMakeLists.txt +++ b/source/examples/metacalllog/CMakeLists.txt @@ -98,16 +98,6 @@ target_link_libraries(${target} ${DEFAULT_LINKER_OPTIONS} ) -# -# Deployment -# - -# Executable -install(TARGETS ${target} - RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples - BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples -) - # # Define test # diff --git a/source/examples/metacallquine/CMakeLists.txt b/source/examples/metacallquine/CMakeLists.txt index 39c87dcf2..9254a6b79 100644 --- a/source/examples/metacallquine/CMakeLists.txt +++ b/source/examples/metacallquine/CMakeLists.txt @@ -116,13 +116,3 @@ target_link_libraries(${target} PRIVATE ${DEFAULT_LINKER_OPTIONS} ) - -# -# Deployment -# - -# Executable -install(TARGETS ${target} - RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples - BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples -) diff --git a/source/examples/metacallweb/CMakeLists.txt b/source/examples/metacallweb/CMakeLists.txt index a71b953af..7e6a5f7fe 100644 --- a/source/examples/metacallweb/CMakeLists.txt +++ b/source/examples/metacallweb/CMakeLists.txt @@ -103,13 +103,3 @@ target_link_libraries(${target} PRIVATE ${DEFAULT_LINKER_OPTIONS} ) - -# -# Deployment -# - -# Executable -install(TARGETS ${target} - RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples - BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples -)