diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-11-25 11:57:02 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2021-11-25 11:57:02 +1300 |
| commit | cd07dcf0c4b60860188fc7829ebd20df835c68d4 (patch) | |
| tree | 3b1117bfbced5853dd678104e789d181b67112c4 /CMakeLists.txt | |
| parent | 4889dcfa71505939966e119baa9449be189abaaf (diff) | |
| download | PROJ-cd07dcf0c4b60860188fc7829ebd20df835c68d4.tar.gz PROJ-cd07dcf0c4b60860188fc7829ebd20df835c68d4.zip | |
Move option to module and add more comments
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1d58405..744ee4c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,11 +123,7 @@ set(PROJ_BUILD_VERSION "${PROJ_API_VERSION}.${PROJ_LIBTOOL_AGE}.${PROJ_LIBTOOL_R # Build features and variants ################################################################################ -option(USE_CCACHE "Use ccache to compile C/C++ objects" OFF) -if(USE_CCACHE) - include(Ccache) -endif() - +include(Ccache) include(ProjConfig) include(ProjMac) include(policies) |
