File tree Expand file tree Collapse file tree 4 files changed +0
-40
lines changed Expand file tree Collapse file tree 4 files changed +0
-40
lines changed Original file line number Diff line number Diff 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- )
Original file line number Diff line number Diff 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#
Original file line number Diff line number Diff 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- )
Original file line number Diff line number Diff 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- )
You can’t perform that action at this time.
0 commit comments