1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/oidn/files/patch-cmake_oidn__install.cmake
2020-09-13 03:11:20 +00:00

19 lines
535 B
CMake

--- cmake/oidn_install.cmake.orig 2020-09-11 17:36:51 UTC
+++ cmake/oidn_install.cmake
@@ -31,6 +31,7 @@ install(DIRECTORY include/OpenImageDenoise
## Install documentation
## -----------------------------------------------------------------------------
+if (FALSE)
install(
FILES
${PROJECT_SOURCE_DIR}/README.md
@@ -43,6 +44,7 @@ install(
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT lib
)
+endif()
## -----------------------------------------------------------------------------
## Install dependencies: TBB