diff options
author | Mateusz Loskot <mateusz@loskot.net> | 2018-04-17 20:53:26 (GMT) |
---|---|---|
committer | Mateusz Loskot <mateusz@loskot.net> | 2018-04-17 20:53:26 (GMT) |
commit | 1f6649b7d118e9de2a51c9e48b5fea527f608fc1 (patch) | |
tree | 56169bceca9d8b7dec4c777a4e030fe7c2b4188e /Tests/CMakeOnly | |
parent | 8d07408a62c03123c0c49b9946025930d1d61e16 (diff) | |
download | CMake-1f6649b7d118e9de2a51c9e48b5fea527f608fc1.zip CMake-1f6649b7d118e9de2a51c9e48b5fea527f608fc1.tar.gz CMake-1f6649b7d118e9de2a51c9e48b5fea527f608fc1.tar.bz2 |
FindJPEG: Add version detection and associated test update and docs
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r-- | Tests/CMakeOnly/AllFindModules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt index 443d366..a53e441 100644 --- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt +++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt @@ -86,7 +86,7 @@ foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HG endforeach() foreach(VTEST BISON Boost CUDA DOXYGEN FLEX GIF GTK2 - HDF5 LibArchive OPENSCENEGRAPH RUBY SWIG Protobuf) + HDF5 JPEG LibArchive OPENSCENEGRAPH RUBY SWIG Protobuf) check_version_string(${VTEST} ${VTEST}_VERSION) endforeach() |