Private
Public Access
2
0

gtest: fix version test and change test cmake var name

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-20 15:40:28 +01:00
parent 521b6817d7
commit 94941f5100
3 changed files with 16 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ set (maa_VERSION_STRING ${maa_VERSION_MAJOR}.${maa_VERSION_MINOR}.${maa_VERSION_
set (CMAKE_SWIG_FLAGS "")
option (test "Build all tests." OFF)
option (GTEST "Build all gtests." OFF)
if (test)
enable_testing ()