mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
treat format.cc like a header
Given that it is required for header only builds it has to be installed too.
This commit is contained in:
parent
754be04f11
commit
8c8877df5a
@ -1,7 +1,6 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# define the cppformat library, its includes and the needed defines
|
||||
set(FMT_HEADERS format.h)
|
||||
set(FMT_SOURCES format.cc)
|
||||
set(FMT_HEADERS format.h format.cc)
|
||||
if (HAVE_OPEN)
|
||||
set(FMT_HEADERS ${FMT_HEADERS} posix.h)
|
||||
set(FMT_SOURCES ${FMT_SOURCES} posix.cc)
|
||||
|
Loading…
Reference in New Issue
Block a user