diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ad5f2b2d1..c05c26d228 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ if(HAVE_QT5) message(STATUS "Using Qt ${Qt5Core_VERSION_MAJOR}.${Qt5Core_VERSION_MINOR}.x") if (${Qt5Core_VERSION_MAJOR} EQUAL "5") if (${Qt5Core_VERSION_MINOR} EQUAL "4" OR ${Qt5Core_VERSION_MINOR} GREATER 4) - message(STATUS "We would not require Neon in this setup, compile without! FIXME!") + message(STATUS "We would not require Neon in this setup, compile without!") set(USE_NEON FALSE) else() message(STATUS "Still requiring Neon with this Qt version :-( Qt 5.4 is better!")