blob: e02908a0b67adbd27336d0751588ce8bc6d44900 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- CMakeLists.txt.orig 2025-01-28 12:11:06 UTC
+++ CMakeLists.txt
@@ -122,7 +122,7 @@ endif()
endif()
endif()
-install(TARGETS mrc)
+#install(DIRECTORY example DESTINATION share/examples/mrc)
if(WIN32)
install(FILES cmake/mrc-config.cmake DESTINATION cmake)
@@ -132,6 +132,6 @@ endif()
install(FILES doc/mrc.1 DESTINATION share/man/man1)
endif()
-install(DIRECTORY examples DESTINATION share/doc/mrc/)
+#install(DIRECTORY example DESTINATION share/doc/mrc/)
# add_subdirectory(examples/simple)
|