mirror of https://github.com/CGAL/cgal
typo: fix the whitespace
This commit is contained in:
parent
bfc2b1be9a
commit
421ea1c87a
|
|
@ -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" )
|
message( STATUS "Using Intel Compiler version 11 or later. Adding -fp-model strict" )
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
uniquely_add_flags( CGAL_CXX_FLAGS "/fp:strict" )
|
uniquely_add_flags( CGAL_CXX_FLAGS "/fp:strict" )
|
||||||
else()
|
else()
|
||||||
uniquely_add_flags( CGAL_CXX_FLAGS "-fp-model strict" )
|
uniquely_add_flags( CGAL_CXX_FLAGS "-fp-model strict" )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue