Skip to content

Commit

Permalink
Remove install step from examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 14, 2023
1 parent 58b8609 commit 851c654
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions source/examples/metacallgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
10 changes: 0 additions & 10 deletions source/examples/metacalllog/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
10 changes: 0 additions & 10 deletions source/examples/metacallquine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
10 changes: 0 additions & 10 deletions source/examples/metacallweb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 851c654

Please sign in to comment.