Some WITH_TESTS weer not renamed to WITH_GTEST

This commit is contained in:
Sergey Sharybin
2014-06-18 22:28:27 +06:00
parent 306cbb82ec
commit 72b607ab74
6 changed files with 8 additions and 8 deletions

View File

@@ -2334,7 +2334,7 @@ endif()
#-----------------------------------------------------------------------------
# Libraries
if(WITH_TESTS)
if(WITH_GTESTS)
include(GTestTesting)
endif()