mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 01:25:10 -07:00
format
This commit is contained in:
parent
860ff503b1
commit
d8fa4af393
1 changed files with 2 additions and 3 deletions
|
|
@ -239,9 +239,8 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") # Clang compiler
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe") # <-- required for clang? see adding pr description again
|
||||
|
||||
else() # Undefined compiler
|
||||
message(WARNING
|
||||
"Unknown C++ compiler: ${CMAKE_CXX_COMPILER_ID}"
|
||||
)
|
||||
message(WARNING "Unknown C++ compiler: ${CMAKE_CXX_COMPILER_ID}")
|
||||
|
||||
endif()
|
||||
|
||||
# GNU systems need to define the Mersenne Exponent for SFMT for the RNG to compile without warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue