Blame SOURCES/openjpeg2_remove-thirdparty.patch

d5d801
diff --git a/CMakeLists.txt b/CMakeLists.txt
d5d801
index 3ea2424..af0e1cf 100644
d5d801
--- a/CMakeLists.txt
d5d801
+++ b/CMakeLists.txt
d5d801
@@ -278,7 +278,6 @@ if(BUILD_CODEC OR BUILD_MJ2)
d5d801
   # OFF: It will only build 3rd party libs if they are not found on the system
d5d801
   # ON: 3rd party libs will ALWAYS be build, and used
d5d801
   option(BUILD_THIRDPARTY "Build the thirdparty executables if it is needed" OFF)
d5d801
-  add_subdirectory(thirdparty)
d5d801
   add_subdirectory(src/bin)
d5d801
 endif ()
d5d801
 add_subdirectory(wrapping)