Blame SOURCES/openjpeg2_remove-thirdparty.patch

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