mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
why manipulate target properies?
disable ccache be default but use -Wpendatic instead of -pedeantic
This commit is contained in:
parent
48ab4e707d
commit
0ec4474d42
4 changed files with 5 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ CPMAddPackage(
|
|||
# NOTE: If fmt is not imported, this is needed to prevent:
|
||||
# CMake Error: install(EXPORT "GreeterTargets" ...) includes target
|
||||
# "Greeter" which requires target "fmt" that is not in any export set.
|
||||
option(FMT_INSTALL "" YES)
|
||||
option(FMT_INSTALL "needed!" YES)
|
||||
|
||||
CPMAddPackage(
|
||||
NAME fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue