Skip to content
Snippets Groups Projects
Commit b87c76a2 authored by pent0's avatar pent0 Committed by Jesse Beder
Browse files

Fix GCC-types flags appended on Clang-cl (#659)

parent abf941b2
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ endif() ...@@ -144,7 +144,7 @@ endif()
# GCC or Clang or Intel Compiler specialities # GCC or Clang or Intel Compiler specialities
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR
CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT "x${CMAKE_CXX_SIMULATE_ID}" STREQUAL "xMSVC") OR
CMAKE_CXX_COMPILER_ID MATCHES "Intel") CMAKE_CXX_COMPILER_ID MATCHES "Intel")
### General stuff ### General stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment