summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-07 05:26:52 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-07 05:26:52 +0000
commitf4e3f2b68198e17e9b910e49a9b75904c5793727 (patch)
tree802fe582ddaa11bfe8e954f18e2c35ea8f63e244 /branches
parentce8e12904ea1ba679ffbe0a646eccda1f8b8b8df (diff)
Don't need MSVC definition in assembler code anymore
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@574 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'branches')
-rwxr-xr-xbranches/1.1.x/simd/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/branches/1.1.x/simd/CMakeLists.txt b/branches/1.1.x/simd/CMakeLists.txt
index 353bb15..263579d 100755
--- a/branches/1.1.x/simd/CMakeLists.txt
+++ b/branches/1.1.x/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"