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