X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=067b30cf3ac3d48876a7be115e1b605614f77f80;hb=23a997bbf68229fc893d5e30bebaf275721a2034;hp=7f6e0f9db11898d56edf9f118dfafc1b61924653;hpb=580dea638d11b95661d3fe16fda757213eaeb08f;p=lyx.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f6e0f9db1..067b30cf3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -767,7 +767,7 @@ if(LYX_USE_QT MATCHES "AUTO") message(FATAL_ERROR "No appropriate QT-version found") endif() else() - set(LYX_USE_QT "QT4" CACHE STRING "Valid qt version" FORCE) + message(FATAL_ERROR "No appropriate QT-version found") endif() endif() endif()