mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 04:07:39 +00:00
Hopefully can actually be run by base cmake now
This commit is contained in:
@@ -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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user