summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-05 11:01:22 -0500
committerFred Baksik <frodak17@gmail.com>2019-01-16 10:41:38 -0500
commit14f3ba205989a422f1668073a325b057cece0b32 (patch)
tree16c0289473b6c09183b912777be626d76e9bd8c6 /Source/cmGlobalGhsMultiGenerator.h
parent702121c5f3eceeb6b74ede845f1e1297cf113c47 (diff)
downloadcmake-14f3ba205989a422f1668073a325b057cece0b32.tar.gz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h
index 71c0b4809a..d92657570c 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;