We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2829fb3 commit b1762b0Copy full SHA for b1762b0
cmake/configure.cmake
@@ -65,14 +65,6 @@ if( UNIX )
65
endif()
66
67
if( MSVC )
68
- if ((CMAKE_C_COMPILER_ID STREQUAL "Clang") AND (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
69
- set(COMMON_COMPILER_FLAGS
70
- "-Wno-tautological-pointer-compare \
71
- -Wno-ignored-attributes")
72
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMMON_COMPILER_FLAGS}")
73
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMMON_COMPILER_FLAGS}")
74
- endif()
75
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
76
set(COMMON_FLAGS "/W4 /wd4267 /wd4244")
77
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} ${COMMON_FLAGS}" )
78
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} ${COMMON_FLAGS}")
0 commit comments