From: DRC Date: Thu, 7 Apr 2011 05:26:52 +0000 (+0000) Subject: Don't need MSVC definition in assembler code anymore X-Git-Tag: 1.1.1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577ae78c30bd8b3bc023bcde675eff001cf4d811;p=libjpeg-turbo Don't need MSVC definition in assembler code anymore git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@574 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/simd/CMakeLists.txt b/simd/CMakeLists.txt index 353bb15..263579d 100755 --- a/simd/CMakeLists.txt +++ b/simd/CMakeLists.txt @@ -10,10 +10,6 @@ else() -I${CMAKE_CURRENT_SOURCE_DIR}/) endif() -if(MSVC) - set(NAFLAGS ${NAFLAGS} -DMSVC) -endif() - # This only works if building from the command line. There is currently no way # to set a variable's value based on the build type when using the MSVC IDE. if(CMAKE_BUILD_TYPE STREQUAL "Debug"