diff options
author | Fred Baksik <fdk17@ftml.net> | 2021-11-15 18:15:11 (GMT) |
---|---|---|
committer | Fred Baksik <fdk17@ftml.net> | 2021-11-15 18:15:11 (GMT) |
commit | e006b87cc635f847eebad567159d17db191dc1f0 (patch) | |
tree | 50828a9cb5fe000d31b9d6ca7433ed1a4ce4f219 /Help/variable | |
parent | 83eb5695e9540d18d7ff40a369763036813da79b (diff) | |
download | CMake-e006b87cc635f847eebad567159d17db191dc1f0.zip CMake-e006b87cc635f847eebad567159d17db191dc1f0.tar.gz CMake-e006b87cc635f847eebad567159d17db191dc1f0.tar.bz2 |
GHS: GHSMULTI - Update documentation to match implementation
* The variable being set was named `GHSMULTI` not `GHS-MULTI`.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/GHS-MULTI.rst | 6 | ||||
-rw-r--r-- | Help/variable/GHSMULTI.rst | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/Help/variable/GHS-MULTI.rst b/Help/variable/GHS-MULTI.rst deleted file mode 100644 index bb139af..0000000 --- a/Help/variable/GHS-MULTI.rst +++ /dev/null @@ -1,6 +0,0 @@ -GHS-MULTI ---------- - -.. versionadded:: 3.3 - -``True`` when using :generator:`Green Hills MULTI` generator. diff --git a/Help/variable/GHSMULTI.rst b/Help/variable/GHSMULTI.rst new file mode 100644 index 0000000..3daef5d --- /dev/null +++ b/Help/variable/GHSMULTI.rst @@ -0,0 +1,9 @@ +GHSMULTI +-------- + +.. versionadded:: 3.3 + +``1`` when using :generator:`Green Hills MULTI` generator. + +Also, Set to ``1`` when the target system is a Green Hills platform +(i.e. When CMAKE_SYSTEM_NAME is ``GHS-MULTI``). |