Skip to content

Commit

Permalink
Merge pull request #1 from climbfuji/macos_clang_support
Browse files Browse the repository at this point in the history
Add macOS/clang support
  • Loading branch information
kgerheiser authored Jan 30, 2020
2 parents 2c5a4d3 + fc0a579 commit f8f7c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()

if(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
set(IntelComp true )
elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU*")
elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU*" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang*")
set(GNUComp true )
elseif(CMAKE_CXX_COMPILER_ID MATCHES "pgc*")
set(PGIComp true )
Expand Down

0 comments on commit f8f7c65

Please sign in to comment.