mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-23 16:21:30 +00:00
Hopefully can actually be run by base cmake now
This commit is contained in:
parent
b50c85d086
commit
c08d5b1676
@ -15,7 +15,7 @@ if (FMT_CPPFORMAT)
|
||||
endif ()
|
||||
|
||||
# Starting with cmake 3.1 the CXX_STANDARD property can be used instead.
|
||||
target_compile_options(fmt PUBLIC ${CPP11_FLAG})
|
||||
add_compile_options(${CPP11_FLAG})
|
||||
if (FMT_PEDANTIC)
|
||||
target_compile_options(fmt PRIVATE ${PEDANTIC_COMPILE_FLAGS})
|
||||
endif ()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user