Skip to content

Commit 851c654

Browse files
committed
Remove install step from examples.
1 parent 58b8609 commit 851c654

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

source/examples/metacallgui/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,3 @@ target_link_libraries(${target}
129129
PRIVATE
130130
${DEFAULT_LINKER_OPTIONS}
131131
)
132-
133-
#
134-
# Deployment
135-
#
136-
137-
# Executable
138-
install(TARGETS ${target}
139-
RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples
140-
BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples
141-
)

source/examples/metacalllog/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,6 @@ target_link_libraries(${target}
9898
${DEFAULT_LINKER_OPTIONS}
9999
)
100100

101-
#
102-
# Deployment
103-
#
104-
105-
# Executable
106-
install(TARGETS ${target}
107-
RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples
108-
BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples
109-
)
110-
111101
#
112102
# Define test
113103
#

source/examples/metacallquine/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,3 @@ target_link_libraries(${target}
116116
PRIVATE
117117
${DEFAULT_LINKER_OPTIONS}
118118
)
119-
120-
#
121-
# Deployment
122-
#
123-
124-
# Executable
125-
install(TARGETS ${target}
126-
RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples
127-
BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples
128-
)

source/examples/metacallweb/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,3 @@ target_link_libraries(${target}
103103
PRIVATE
104104
${DEFAULT_LINKER_OPTIONS}
105105
)
106-
107-
#
108-
# Deployment
109-
#
110-
111-
# Executable
112-
install(TARGETS ${target}
113-
RUNTIME DESTINATION ${INSTALL_BIN} COMPONENT examples
114-
BUNDLE DESTINATION ${INSTALL_BIN} COMPONENT examples
115-
)

0 commit comments

Comments
 (0)