From: Joel Rosdahl Date: Wed, 19 Aug 2020 05:19:10 +0000 (+0200) Subject: Rename CCachePackConfig.cmake to CcachePackConfig.cmake X-Git-Tag: v4.0~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672ec73bef5e80da5f76025bf10618bcf7961440;p=thirdparty%2Fccache.git Rename CCachePackConfig.cmake to CcachePackConfig.cmake It’s Ccache, not CCache. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f595083c..e8ee6d0bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ install(TARGETS ccache DESTINATION ${CMAKE_INSTALL_BINDIR}) # # Packaging # -include(CCachePackConfig) +include(CcachePackConfig) # # Tests diff --git a/cmake/CCachePackConfig.cmake b/cmake/CcachePackConfig.cmake similarity index 100% rename from cmake/CCachePackConfig.cmake rename to cmake/CcachePackConfig.cmake