diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-25 00:19:25 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-25 00:19:25 -0400 |
| commit | ca9c953d6a1ae654af48e91b393d1a1a52e3bd44 (patch) | |
| tree | 3f8bcab42ae489e685a3fb8d1f1f3b1bae814218 /CMakeLists.txt | |
| parent | bbfec30539b31a2b8faa0df79435db94cefee8fe (diff) | |
moved a few projects to requires_project()
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1e2088e..c34497a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16) project(organizer) set(project_type exe) set(executable_name ModOrganizer) +set(enable_warnings OFF) include(../cmake_common/project.cmake) |
