1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
diff -up CMakeLists.txt.orig CMakeLists.txt
--- a/CMakeLists.txt.orig 2021-02-23 07:27:10.611067241 -0300
+++ b/CMakeLists.txt 2021-02-23 07:27:35.953203458 -0300
@@ -38,10 +38,10 @@ ADD_SUBDIRECTORY(extern)
ADD_SUBDIRECTORY(src)
# These files should only be installed when creating packages.
-INSTALL(FILES
- LICENSE
- README.md
- DESTINATION share/doc/nvtt)
+# INSTALL(FILES
+# LICENSE
+# README.md
+# DESTINATION share/doc/nvtt)
# Add packaging support
INCLUDE(InstallRequiredSystemLibraries)
|