summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-07 17:12:22 -0500
committerSilarn <jrim@rimpo.org>2018-04-07 17:12:22 -0500
commita1d92fb67316d907b930737658bdb841fd8bc486 (patch)
treebf8ffe687bf10776b5391ca46288082d75b20079 /CMakeLists.txt
parentfd9eb032b6df5eafa89a60a515963ba7d4652f24 (diff)
Fix up CMAKE to use /MP and allow building through umbrella
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b63e8b81..5d069383 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,6 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
+
+ADD_COMPILE_OPTIONS($<$<CXX_COMPILER_ID:MSVC>:/MP>)
PROJECT(organizer)