summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"