mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 00:41: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 ()
|
endif ()
|
||||||
|
|
||||||
# Starting with cmake 3.1 the CXX_STANDARD property can be used instead.
|
# 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)
|
if (FMT_PEDANTIC)
|
||||||
target_compile_options(fmt PRIVATE ${PEDANTIC_COMPILE_FLAGS})
|
target_compile_options(fmt PRIVATE ${PEDANTIC_COMPILE_FLAGS})
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user