mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
add patch to remove useless targets from tiff cmake
This commit is contained in:
parent
0eaca7477d
commit
f83b00fc8a
1 changed files with 15 additions and 0 deletions
15
patch/tiff-remove-useless.diff
Normal file
15
patch/tiff-remove-useless.diff
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -137,12 +137,6 @@
|
||||
# Process subdirectories
|
||||
add_subdirectory(port)
|
||||
add_subdirectory(libtiff)
|
||||
-add_subdirectory(tools)
|
||||
-add_subdirectory(test)
|
||||
-add_subdirectory(contrib)
|
||||
-add_subdirectory(build)
|
||||
-add_subdirectory(man)
|
||||
-add_subdirectory(html)
|
||||
|
||||
|
||||
message(STATUS "")
|
Loading…
Reference in a new issue