openjpeg2/openjpeg2_remove-thirdparty.patch
2014-04-14 20:20:43 +02:00

12 lines
593 B
Diff

diff -rupN openjpeg-2.0.0/CMakeLists.txt openjpeg-2.0.0-new/CMakeLists.txt
--- openjpeg-2.0.0/CMakeLists.txt 2014-04-03 14:12:58.000000000 +0200
+++ openjpeg-2.0.0-new/CMakeLists.txt 2014-04-09 00:31:52.738863206 +0200
@@ -244,7 +244,6 @@ if(BUILD_CODEC OR BUILD_MJ2)
# OFF: It will only build 3rd party libs if they are not found on the system
# ON: 3rd party libs will ALWAYS be build, and used
option(BUILD_THIRDPARTY "Build the thirdparty executables if it is needed" OFF)
- add_subdirectory(thirdparty)
add_subdirectory(src/bin)
endif ()
add_subdirectory(wrapping)