Skip to content

Commit 1df8d5f

Browse files
committed
Comment out installation of machine_viewer_example target in CMakeLists.txt
1 parent 7f627f8 commit 1df8d5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ else()
177177
endif()
178178

179179
# machine_viewer_example is a standalone executable, always installed to bin/
180-
install(TARGETS machine_viewer_example
181-
RUNTIME DESTINATION bin
182-
COMPONENT MadsApps
183-
)
180+
# install(TARGETS machine_viewer_example
181+
# RUNTIME DESTINATION bin
182+
# COMPONENT MadsApps
183+
# )

0 commit comments

Comments
 (0)