mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 18:02:43 +01: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:
parent
ba400a8e42
commit
5630af258b
@ -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 "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user