aboutsummaryrefslogtreecommitdiff
path: root/simd
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-04-07 05:27:29 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-04-07 05:27:29 +0000
commit2275ebfd2c158920b1526d71a2e2f145919c27ed (patch)
tree9869e1724f933a586c8e4c947dc2254cfeb9c2b8 /simd
parent5dddd5a048abd9a5fc82cfe030813b63bd6b6e42 (diff)
Don't need MSVC definition in assembler code anymore
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@575 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'simd')
-rwxr-xr-xsimd/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/simd/CMakeLists.txt b/simd/CMakeLists.txt
index d67591e..397a9f3 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"