From 5630af258b8b213a39f5c7a570a96857259e0a7d Mon Sep 17 00:00:00 2001 From: tsjost Date: Thu, 14 Oct 2021 16:46:10 +0200 Subject: [PATCH] Disable Mac CI building viewer/tools as qt5 cmake files are missing CMake Error at rwviewer/CMakeLists.txt:4 (find_package): By not providing "FindQt5OpenGL.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5OpenGL", but CMake did not find one. CMake Error at rwtools/rwfont/CMakeLists.txt:1 (find_package): By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. --- cmake/ctest/configure_darwin.ctest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/ctest/configure_darwin.ctest b/cmake/ctest/configure_darwin.ctest index 39b2bb5e..987fcf58 100644 --- a/cmake/ctest/configure_darwin.ctest +++ b/cmake/ctest/configure_darwin.ctest @@ -6,8 +6,8 @@ else() endif() set(CONFIGURE_EXTRA_OPTIONS ";") set(BUILD_EXTRA_FLAGS "") -set(BUILD_TOOLS TRUE) -set(BUILD_VIEWER TRUE) +set(BUILD_TOOLS FALSE) +set(BUILD_VIEWER FALSE) set(CHECK_IWYU FALSE) set(ENABLE_SANITIZERS "")