summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-25 00:19:25 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-25 00:19:25 -0400
commitca9c953d6a1ae654af48e91b393d1a1a52e3bd44 (patch)
tree3f8bcab42ae489e685a3fb8d1f1f3b1bae814218 /CMakeLists.txt
parentbbfec30539b31a2b8faa0df79435db94cefee8fe (diff)
moved a few projects to requires_project()
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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)