]> granicus.if.org Git - libjpeg-turbo/commitdiff
Don't need MSVC definition in assembler code anymore
authorDRC <dcommander@users.sourceforge.net>
Thu, 7 Apr 2011 05:26:52 +0000 (05:26 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 7 Apr 2011 05:26:52 +0000 (05:26 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@574 632fc199-4ca6-4c93-a231-07263d6284db

simd/CMakeLists.txt

index 353bb155f070cf3ca1a3153dce5bfb99c091e9c6..263579d1494811a5654a9c95c9158075d2c32f14 100755 (executable)
@@ -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"