diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 12:18:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 12:18:32 (GMT) |
commit | 95faf9cb966d03899d6b3c3f6d8c48c46386fadd (patch) | |
tree | 94b06b681df3b8ac418d6da33b1b90d4f51e0657 /Source/cmInstallSubdirectoryGenerator.h | |
parent | 9d7ebb47ea30a75617778686ba187fa6d5e91f45 (diff) | |
parent | 9c33ff4dda643f8a93d55f9895e31dce9056134f (diff) | |
download | CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.zip CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.gz CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.bz2 |
Merge branch 'master' into ci-sccache-consistent-builds
Diffstat (limited to 'Source/cmInstallSubdirectoryGenerator.h')
-rw-r--r-- | Source/cmInstallSubdirectoryGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallSubdirectoryGenerator.h b/Source/cmInstallSubdirectoryGenerator.h index 614cef9..f174d07 100644 --- a/Source/cmInstallSubdirectoryGenerator.h +++ b/Source/cmInstallSubdirectoryGenerator.h @@ -21,7 +21,6 @@ class cmInstallSubdirectoryGenerator : public cmInstallGenerator public: cmInstallSubdirectoryGenerator(cmMakefile* makefile, std::string binaryDirectory, - bool excludeFromAll, cmListFileBacktrace backtrace); ~cmInstallSubdirectoryGenerator() override; |