X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2FCMakeLists.txt;h=605b7b713beeab9c82418c7d3fdda75092cac52a;hb=867b8ef63054497249cc3a0138107383d60351dc;hp=9ee1679878443a524eb81d0c2abbb936d26d0b82;hpb=27da3348df085c96f0586c1c9308000e491c9984;p=gdcm.git diff --git a/src/jpeg/CMakeLists.txt b/src/jpeg/CMakeLists.txt index 9ee16798..605b7b71 100644 --- a/src/jpeg/CMakeLists.txt +++ b/src/jpeg/CMakeLists.txt @@ -2,7 +2,6 @@ SUBDIRS( libijg16 libijg12 libijg8 - ljpg ) # memmgr back ends: compile only one of these into a working library @@ -112,7 +111,7 @@ FOREACH(file ${JPEG_SOURCES}) CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/libijg/${file}" "${CMAKE_CURRENT_BINARY_DIR}/libijg16/${file}" ) - SET(JPEG_16SOURCES ${JPEG_16SOURCES} "${CMAKE_CURRENT_BINARY_DIR}/libijg16/${file}") + SET(JPEG16_SOURCES ${JPEG16_SOURCES} "${CMAKE_CURRENT_BINARY_DIR}/libijg16/${file}") ENDFOREACH(file)