minor change
This commit is contained in:
parent
eb1baa78fc
commit
306e58761a
|
@ -54,6 +54,7 @@ FOREACH(exe j2k_to_image image_to_j2k)
|
||||||
INSTALL_TARGETS(/bin/ ${exe})
|
INSTALL_TARGETS(/bin/ ${exe})
|
||||||
ENDFOREACH(exe)
|
ENDFOREACH(exe)
|
||||||
|
|
||||||
|
if(BUILD_TESTING)
|
||||||
# Do testing here, once we know the examples are being built:
|
# Do testing here, once we know the examples are being built:
|
||||||
FILE(GLOB_RECURSE OPENJPEG_DATA_IMAGES_GLOB
|
FILE(GLOB_RECURSE OPENJPEG_DATA_IMAGES_GLOB
|
||||||
"${JPEG2000_CONFORMANCE_DATA_ROOT}/*.j2k"
|
"${JPEG2000_CONFORMANCE_DATA_ROOT}/*.j2k"
|
||||||
|
@ -72,4 +73,4 @@ foreach(filename ${OPENJPEG_DATA_IMAGES_GLOB})
|
||||||
#endif(UNIX)
|
#endif(UNIX)
|
||||||
endforeach(codec_type)
|
endforeach(codec_type)
|
||||||
endforeach(filename)
|
endforeach(filename)
|
||||||
|
endif(BUILD_TESTING)
|
||||||
|
|
Loading…
Reference in New Issue