diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-07 17:12:22 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-07 17:12:22 -0500 |
| commit | a1d92fb67316d907b930737658bdb841fd8bc486 (patch) | |
| tree | bf8ffe687bf10776b5391ca46288082d75b20079 /CMakeLists.txt | |
| parent | fd9eb032b6df5eafa89a60a515963ba7d4652f24 (diff) | |
Fix up CMAKE to use /MP and allow building through umbrella
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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) |
