Ninja: CMAKE_USE_NINJA is the name of the macro
This commit is contained in:
parent
2a081a2b3a
commit
c9747f34ce
|
@ -382,7 +382,7 @@ IF(CMAKE_ENABLE_NINJA)
|
||||||
)
|
)
|
||||||
ADD_DEFINITIONS(-DCMAKE_USE_NINJA)
|
ADD_DEFINITIONS(-DCMAKE_USE_NINJA)
|
||||||
ELSE()
|
ELSE()
|
||||||
MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_USE_NINJA=ON")
|
MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_ENABLE_NINJA=ON")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# create a library used by the command line and the GUI
|
# create a library used by the command line and the GUI
|
||||||
|
|
Loading…
Reference in New Issue