From ea72d7bb11920bcfe1db9da017c9fc7741569f70 Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Thu, 29 Jan 2015 20:47:33 +0100 Subject: [PATCH] CMake: Remove FIXME --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")