diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-04-17 03:17:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-17 10:17:59 +0200 |
| commit | 925bade3157900303a45fff3b64e64ed9ee5b0d8 (patch) | |
| tree | 89f68c4b9ec9e1f8ee3c59dcbbb86ceb8d676273 /CMakeLists.txt | |
| parent | 9deaf7136219e115fe6f9dbefa44070d44afc3eb (diff) | |
Disabling tutorials (#2366)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ba23f0..24603599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.16) # TODO: clean include directives set(MO2_CMAKE_DEPRECATED_UIBASE_INCLUDE ON) +# Remove tutorials until Qt is fixed +set(MO2_SKIP_TUTORIALS_INSTALL ON) + project(organizer) # if MO2_INSTALL_IS_BIN is set, this means that we should install directly into the |
