From 4c5006d96e8be827adede104c60397ec98fc1421 Mon Sep 17 00:00:00 2001 From: dcommander Date: Thu, 7 Apr 2011 05:27:29 +0000 Subject: 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 --- trunk/simd/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'trunk/simd') 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" -- cgit v1.2.3