mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Don't export the -std=c++11 flag from the fmt target
This commit is contained in:
parent
02553d13a0
commit
b9aaa507fc
@ -16,7 +16,9 @@ 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})
|
# Note: Don't make -std=c++11 public or interface, since it breaks projects
|
||||||
|
# that use C++14.
|
||||||
|
target_compile_options(fmt PRIVATE ${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…
Reference in New Issue
Block a user