typo: fix the whitespace

This commit is contained in:
Laurent Rineau 2011-03-29 15:36:37 +00:00
parent bfc2b1be9a
commit 421ea1c87a
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ if( "${CMAKE_CXX_COMPILER}" MATCHES "icl" OR "${CMAKE_CXX_COMPILER}" MATCHES "ic
message( STATUS "Using Intel Compiler version 11 or later. Adding -fp-model strict" )
if(WIN32)
uniquely_add_flags( CGAL_CXX_FLAGS "/fp:strict" )
else()
else()
uniquely_add_flags( CGAL_CXX_FLAGS "-fp-model strict" )
endif()
endif()