Comment out Clang Win32 support attempt

This commit is contained in:
Randy Heit 2016-01-07 13:12:52 -06:00
parent a5ffff9c46
commit 7ceaee2610
1 changed files with 3 additions and 3 deletions

View File

@ -99,9 +99,9 @@ if( CMAKE_COMPILER_IS_GNUCXX )
endif( PROFILE EQUAL 1 )
endif( CMAKE_COMPILER_IS_GNUCXX )
if( WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
set( ALL_C_FLAGS "${ALL_C_FLAGS} -Wno-deprecated-declarations -Wno-format" )
endif( WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
#if( WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
# set( ALL_C_FLAGS "${ALL_C_FLAGS} -Wno-deprecated-declarations -Wno-format" )
#endif( WIN32 AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
if( ZLIB_FOUND )
message( STATUS "Using system zlib" )