From 1a3999335a07bf65b230c7461a3459c9eac5e722 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 19 Jul 2012 19:57:19 +0100 Subject: [PATCH] Change CMake variable name to our standard scheme --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6613cc49..a554d8d7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -17,7 +17,7 @@ MACRO(CREATE_TEST headerfile sourcefile executablename) ENDMACRO(CREATE_TEST) IF(NOT QT_QTTEST_FOUND) - MESSAGE(STATUS "QtTest not found. Either install it or disable tests by setting BUILD_TESTING to OFF") + MESSAGE(STATUS "QtTest not found. Either install it or disable tests by setting ENABLE_TESTS to OFF") ENDIF() INCLUDE_DIRECTORIES(${PolyVox_SOURCE_DIR}/PolyVoxCore/include ${CMAKE_CURRENT_BINARY_DIR})