Browse Source

Fixed warnings

Christophe Riccio 11 years ago
parent
commit
a8237ccb31
1 changed files with 0 additions and 2 deletions
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -74,8 +74,6 @@ if(GLM_TEST_FORCE_PURE)
 
 
 	if(CMAKE_COMPILER_IS_GNUCXX)
 	if(CMAKE_COMPILER_IS_GNUCXX)
 		add_definitions(-mfpmath=387)
 		add_definitions(-mfpmath=387)
-	elseif(MSVC)
-		add_definitions(/arch:IA32)
 	endif()
 	endif()
 elseif(GLM_TEST_ENABLE_SIMD_AVX2)
 elseif(GLM_TEST_ENABLE_SIMD_AVX2)
 	if(CMAKE_COMPILER_IS_GNUCXX)
 	if(CMAKE_COMPILER_IS_GNUCXX)