diff options
author | Tyler Nichols <tylerbrawl@gmail.com> | 2024-04-23 21:19:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-30 15:05:03 (GMT) |
commit | 1dff17108d542f72e2ad7115ba2a231a22006268 (patch) | |
tree | 5a1079355725fcfa42715b4dec35b1fafcd6145a /Help/manual | |
parent | 0ccc9f519dc00891fadb9e9189a652013b7c30e2 (diff) | |
download | CMake-1dff17108d542f72e2ad7115ba2a231a22006268.zip CMake-1dff17108d542f72e2ad7115ba2a231a22006268.tar.gz CMake-1dff17108d542f72e2ad7115ba2a231a22006268.tar.bz2 |
Modules: Fix ARMClang and TIClang language standard compile options
Unset irrelevant compile option variables in the following scripts:
* `${CMAKE_ROOT}\Modules\Compiler\ARMClang-C.cmake`
* `${CMAKE_ROOT}\Modules\Compiler\TIClang-C.cmake`
* `${CMAKE_ROOT}\Modules\Compiler\TIClang-CXX.cmake`
These scripts all include either
`${CMAKE_ROOT}\Modules\Compiler\Clang-C.cmake` or
`${CMAKE_ROOT}\Modules\Compiler\Clang-CXX.cmake`, and those scripts
will set various compile option variables based on what the
standard version of Clang supports. However, these do not
necessarily apply to ARMClang and TIClang. This commit thus
explicitly unsets all of the compile option variables which are not
manually defined for these compilers.
Diffstat (limited to 'Help/manual')
0 files changed, 0 insertions, 0 deletions