ports/graphics/nvidia-texture-tools/files/patch-CMakeLists.txt
Dmitry Marakasov 7784bff647 graphics/nvidia-texture-tools: update 2.1.1 → 2.1.2
Note: upstream no longer supports shared libnvmath, but consumer
ports (devel/osg*) still require it, so forcibly make it shared.
2022-04-01 17:37:34 +03:00

15 lines
340 B
Text

--- 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)