Fix typo in maxctrl/CMakeLists.txt
The correct command is `message`.
This commit is contained in:
parent
b5a291bb78
commit
ab0ea417ae
@ -20,5 +20,5 @@ if (BUILD_MAXCTRL)
|
||||
message(FATAL_ERROR "Not building MaxCtrl: npm or Node.js >= 6.0.0 not found. Add the following to skip MaxCtrl: -DBUILD_MAXCTRL=N")
|
||||
endif()
|
||||
else()
|
||||
messages(STATUS "Not building MaxCtrl: BUILD_MAXCTRL=N")
|
||||
message(STATUS "Not building MaxCtrl: BUILD_MAXCTRL=N")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user