blob: 2fe1e849840bea3253b819c68a89a371e561abdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- CMakeLists.txt.orig 2020-08-24 06:27:21 UTC
+++ CMakeLists.txt
@@ -28,12 +28,6 @@ ADD_SUBDIRECTORY(extern)
ADD_SUBDIRECTORY(src)
-# These files should only be installed when creating packages.
-INSTALL(FILES
- LICENSE
- README.md
- DESTINATION share/doc/nvtt)
-
# Add packaging support
INCLUDE(InstallRequiredSystemLibraries)
|