Fix typo in maxctrl/CMakeLists.txt

The correct command is `message`.
This commit is contained in:
Markus Mäkelä 2018-01-29 17:45:47 +02:00
parent b5a291bb78
commit ab0ea417ae

View File

@ -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()