From a8237ccb31226073a4687d172c2f4b70d207f6dc Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 10 Dec 2014 09:41:32 +0100 Subject: [PATCH] Fixed warnings --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a384121..0ac4411d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,8 +74,6 @@ if(GLM_TEST_FORCE_PURE) if(CMAKE_COMPILER_IS_GNUCXX) add_definitions(-mfpmath=387) - elseif(MSVC) - add_definitions(/arch:IA32) endif() elseif(GLM_TEST_ENABLE_SIMD_AVX2) if(CMAKE_COMPILER_IS_GNUCXX)