From c9747f34ce3f9b00adb2d3048b845e8efe270f97 Mon Sep 17 00:00:00 2001 From: Peter Kuemmel Date: Sun, 8 Apr 2012 14:45:05 +0200 Subject: [PATCH] Ninja: CMAKE_USE_NINJA is the name of the macro --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b7c15c9ab..c01c490f6 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -382,7 +382,7 @@ IF(CMAKE_ENABLE_NINJA) ) ADD_DEFINITIONS(-DCMAKE_USE_NINJA) ELSE() - MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_USE_NINJA=ON") + MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_ENABLE_NINJA=ON") ENDIF() # create a library used by the command line and the GUI