Blame SOURCES/openjpeg2_remove-thirdparty.patch

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