mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-05 16:31:01 +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
|
@ -67,7 +67,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
|
|||
endif()
|
||||
|
||||
# enables CCACHE support through the USE_CCACHE flag possible values are: YES, NO or equivalent
|
||||
option(USE_CCACHE "enable ccache usages" ON)
|
||||
option(USE_CCACHE "enable ccache usages" NO)
|
||||
if(USE_CCACHE)
|
||||
CPMAddPackage(
|
||||
NAME Ccache.cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue