mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 07:32:40 +00:00
Oops
This commit is contained in:
parent
c08d5b1676
commit
9328ba32d8
@ -14,12 +14,6 @@ if (FMT_CPPFORMAT)
|
|||||||
add_library(cppformat ${FMT_SOURCES} ${FMT_HEADERS})
|
add_library(cppformat ${FMT_SOURCES} ${FMT_HEADERS})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Starting with cmake 3.1 the CXX_STANDARD property can be used instead.
|
|
||||||
add_compile_options(${CPP11_FLAG})
|
|
||||||
if (FMT_PEDANTIC)
|
|
||||||
target_compile_options(fmt PRIVATE ${PEDANTIC_COMPILE_FLAGS})
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
target_include_directories(fmt INTERFACE
|
target_include_directories(fmt INTERFACE
|
||||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
|
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
|
||||||
$<INSTALL_INTERFACE:include>)
|
$<INSTALL_INTERFACE:include>)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user