changeset 608:357e744c56cc

Removed MSVC specific code (option already available thru Orthanc cmake)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 07:54:01 +0200
parents f4b37a991dac
children 6729c3fad77e
files Samples/Sdl/CMakeLists.txt
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Samples/Sdl/CMakeLists.txt	Mon Apr 29 16:41:40 2019 +0200
+++ b/Samples/Sdl/CMakeLists.txt	Tue Apr 30 07:54:01 2019 +0200
@@ -1,12 +1,5 @@
 cmake_minimum_required(VERSION 2.8.3)
 
-if(MSVC)
-  add_definitions(/MP)
-  if (CMAKE_BUILD_TYPE MATCHES DEBUG)
-    add_definitions(/JMC)
-  endif()
-endif()
-
 #####################################################################
 ## Configuration of the Orthanc framework
 #####################################################################