From 820d5569b2cc006864690f7a97f8c83585ce9882 Mon Sep 17 00:00:00 2001 From: sigurdp Date: Mon, 22 Jan 2024 09:12:30 +0000 Subject: [PATCH] Fixes by cmake-format --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd96c981ae..c95c507f7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -681,14 +681,14 @@ if(CMAKE_COMPILER_IS_GNUCC) endif() - -# !!! -# For now, we force Qt to version 5 +# !!! For now, we force Qt to version 5 message(STATUS "Forcing setting of CEE_USE_QT5 to ON") -set(CEE_USE_QT5 ON CACHE BOOL "Force usage of Qt5" FORCE) +set(CEE_USE_QT5 + ON + CACHE BOOL "Force usage of Qt5" FORCE +) message(STATUS "CEE_USE_QT5=${CEE_USE_QT5}") - add_subdirectory(${VIZ_MODULES_FOLDER_NAME}/LibCore) add_subdirectory(${VIZ_MODULES_FOLDER_NAME}/LibGeometry) add_subdirectory(${VIZ_MODULES_FOLDER_NAME}/LibRender)