summaryrefslogtreecommitdiff
path: root/trunk/simd
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-07 05:27:29 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-07 05:27:29 +0000
commit4c5006d96e8be827adede104c60397ec98fc1421 (patch)
tree4e36670169340e0af8e0ab65bd33521902d45d10 /trunk/simd
parentf4e3f2b68198e17e9b910e49a9b75904c5793727 (diff)
Don't need MSVC definition in assembler code anymore
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@575 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/simd')
-rwxr-xr-xtrunk/simd/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/trunk/simd/CMakeLists.txt b/trunk/simd/CMakeLists.txt
index d67591e..397a9f3 100755
--- a/trunk/simd/CMakeLists.txt
+++ b/trunk/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"