summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-11 13:30:46 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-11 13:30:46 (GMT)
commit9b9396b06a4893f7acf461d82e6f1075fa12601c (patch)
treeccba84d89dc4e90422f81b18044935fbe09544ba /Tests/CMakeOnly
parent114b693d490b6aade3f78b288e6ba83fda1086b4 (diff)
parenta7b09e7f43fda0a459145053653a614330bf1fe1 (diff)
downloadCMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.zip
CMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.tar.gz
CMake-9b9396b06a4893f7acf461d82e6f1075fa12601c.tar.bz2
Merge topic 'FindProtobuf-variable-case'
a7b09e7f FindProtobuf: Rename variables to match case of module name
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index 1f39052..8f842d6 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -87,10 +87,9 @@ 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)
+ HDF5 LibArchive OPENSCENEGRAPH RUBY SWIG Protobuf)
check_version_string(${VTEST} ${VTEST}_VERSION)
endforeach()
check_version_string(PYTHONINTERP PYTHON_VERSION_STRING)
-check_version_string(Protobuf PROTOBUF_VERSION)
check_version_string(SUBVERSION Subversion_VERSION_SVN)