summaryrefslogtreecommitdiff
path: root/src/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-05-04 19:21:45 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-05-04 19:21:45 +0200
commit85a87cd505f37027c4b74363b529a1e166e32651 (patch)
tree841da2c29908b1f1679872786646e177d20abd9e /src/lib/CMakeLists.txt
parent05263eeee9bc666184a39cd2a83a7214cc83ec27 (diff)
Remove obsolete components JPWL, JP3D and MJ2
Diffstat (limited to 'src/lib/CMakeLists.txt')
-rw-r--r--src/lib/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index da8846b6..212d9220 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -2,16 +2,6 @@
# Part 1 & 2:
add_subdirectory(openjp2)
-# optionals components:
-if(BUILD_JPWL)
- add_subdirectory(openjpwl)
-endif()
-if(BUILD_MJ2)
- add_subdirectory(openmj2)
-endif()
if(BUILD_JPIP)
add_subdirectory(openjpip)
endif()
-if(BUILD_JP3D)
- add_subdirectory(openjp3d)
-endif()