Fixes by cmake-format

This commit is contained in:
sigurdp 2024-01-22 09:12:30 +00:00 committed by Magne Sjaastad
parent 88a252e19b
commit 820d5569b2

View File

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