1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-05 12:29:05 +02:00

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.
This commit is contained in:
tsjost 2021-10-14 16:46:10 +02:00
parent ba400a8e42
commit 5630af258b

View File

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