diff options
author | Fred Baksik <frodak17@gmail.com> | 2019-01-05 16:01:22 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2019-01-16 15:41:38 (GMT) |
commit | 14f3ba205989a422f1668073a325b057cece0b32 (patch) | |
tree | 16c0289473b6c09183b912777be626d76e9bd8c6 /Source/cmGlobalGhsMultiGenerator.h | |
parent | 702121c5f3eceeb6b74ede845f1e1297cf113c47 (diff) | |
download | CMake-14f3ba205989a422f1668073a325b057cece0b32.zip CMake-14f3ba205989a422f1668073a325b057cece0b32.tar.gz CMake-14f3ba205989a422f1668073a325b057cece0b32.tar.bz2 |
GHS: EXCLUDE_FROM_ALL updates
-- Excluded targets should be generated but not included in build ALL
-- Use the correct source list for this configuration when writing sources
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r-- | Source/cmGlobalGhsMultiGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h index 71c0b48..d926575 100644 --- a/Source/cmGlobalGhsMultiGenerator.h +++ b/Source/cmGlobalGhsMultiGenerator.h @@ -111,8 +111,6 @@ private: void WriteSubProjects(std::ostream& fout, cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); - bool IsTgtForBuild(const cmGeneratorTarget* tgt); - std::string trimQuotes(std::string const& str); static const char* DEFAULT_BUILD_PROGRAM; |