summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-05 16:01:19 (GMT)
committerFred Baksik <frodak17@gmail.com>2019-01-16 15:40:59 (GMT)
commita42e40e78dc3d9c4289a3c9640cae94ecd034373 (patch)
tree051b935f357748acf38b255431fdf7610fe0c19c /Source/cmGlobalGhsMultiGenerator.h
parentc59eae7ebc5423c2b06befd762f8639b0f23b7a0 (diff)
downloadCMake-a42e40e78dc3d9c4289a3c9640cae94ecd034373.zip
CMake-a42e40e78dc3d9c4289a3c9640cae94ecd034373.tar.gz
CMake-a42e40e78dc3d9c4289a3c9640cae94ecd034373.tar.bz2
GHS: Only print bsp and os directives if specified by user
-- standalone platforms will not build if bsp/os is specified in project file -- integrity platforms will always print these directives because they are required -- cleanup -os_dir setting allow customization of the actual setting because it is determined by tool-set customization files remove variable that was set but never used -- add message when using default values
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h
index a5aff73..4ab4c56 100644
--- a/Source/cmGlobalGhsMultiGenerator.h
+++ b/Source/cmGlobalGhsMultiGenerator.h
@@ -85,7 +85,6 @@ public:
std::map<std::string, cmGeneratedFileStream*>* fileMap);
static std::string trimQuotes(std::string const& str);
- inline bool IsOSDirRelative() { return this->OSDirRelative; }
protected:
void Generate() override;
@@ -105,7 +104,6 @@ private:
void WriteMacros();
void WriteHighLevelDirectives();
- void WriteCompilerOptions(std::string const& fOSDir);
static void AddFilesUpToPathNewBuildFile(
cmGeneratedFileStream* mainBuildFile,
@@ -126,7 +124,6 @@ private:
std::vector<std::string> LibDirs;
- bool OSDirRelative;
static const char* DEFAULT_BUILD_PROGRAM;
static const char* DEFAULT_TOOLSET_ROOT;
};