diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 963b3228c6..404e3be9fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,8 +219,8 @@ if(MSVC) -D_CRT_NONSTDC_NO_DEPRECATE ) add_definitions(-DHAVE_CONFIG_H) - add_definitions(/MP) #build with multiple processors - add_definitions(/bigobj) #allow for larger object files + add_compile_options(/MP) #build with multiple processors + add_compile_options(/bigobj) #allow for larger object files endif(MSVC) if(WIN32) |