We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df2c07 commit 016b9bdCopy full SHA for 016b9bd
CMakeLists.txt
@@ -444,7 +444,7 @@ add_project(netpbm GROUPS "BRLCAD")
444
445
# libjpeg-turbo - JPEG image codec
446
# https://github.com/libjpeg-turbo/libjpeg-turbo
447
-add_project(jpeg GROUPS "APPLESEED;GDAL")
+add_project(jpeg GROUPS "APPLESEED;BRLCAD;GDAL")
448
449
# libpng - Portable Network Graphics image file support
450
# http://www.libpng.org/pub/png/libpng.html
jpeg/CMakeLists.txt
@@ -1,5 +1,4 @@
1
-# jpeg is needed by GDAL, which is used by libgcv. TODO: Probably ought to
2
-# wire this into libicv as well if we're going to have it along for the ride...
+# libgcv uses GDAL, which pulls in libjpeg
3
cad_enable(JPEG "libgcv;libicv")
4
5
bext_enable(JPEG)
0 commit comments