summaryrefslogtreecommitdiff
path: root/src/bin/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/bin/CMakeLists.txt
parent05263eeee9bc666184a39cd2a83a7214cc83ec27 (diff)
Remove obsolete components JPWL, JP3D and MJ2
Diffstat (limited to 'src/bin/CMakeLists.txt')
-rw-r--r--src/bin/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt
index edf85feb..292fe5a7 100644
--- a/src/bin/CMakeLists.txt
+++ b/src/bin/CMakeLists.txt
@@ -4,18 +4,9 @@ add_subdirectory(common)
add_subdirectory(jp2)
# optionals components:
-if(BUILD_JPWL)
- add_subdirectory(jpwl)
-endif()
-if(BUILD_MJ2)
- add_subdirectory(mj2)
-endif()
if(BUILD_JPIP)
add_subdirectory(jpip)
endif()
-if(BUILD_JP3D)
- add_subdirectory(jp3d)
-endif()
# wx apps:
add_subdirectory(wx)