summaryrefslogtreecommitdiff
path: root/Modules/Compiler
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-08-11 14:13:15 +1000
committerCraig Scott <craig.scott@crascit.com>2022-08-12 08:27:19 +1000
commit1cd65dfa0e473788bdb870340fe16da5621fd2ff (patch)
tree5d5c32e3f2bcf4c37f2a608256c0cd5e1d9f1c50 /Modules/Compiler
parent425f6a0ef6c3fd86d3ed5f12f03e68b01976f036 (diff)
downloadcmake-1cd65dfa0e473788bdb870340fe16da5621fd2ff.tar.gz
TI compiler: Add support for COMPILE_WARNING_AS_ERROR target property
Diffstat (limited to 'Modules/Compiler')
-rw-r--r--Modules/Compiler/TI.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/TI.cmake b/Modules/Compiler/TI.cmake
index 0f9ded3ca4..6cb115bafc 100644
--- a/Modules/Compiler/TI.cmake
+++ b/Modules/Compiler/TI.cmake
@@ -15,6 +15,7 @@ set(__COMPILER_TI_SOURCE_FLAG_CXX "--cpp_file")
set(__COMPILER_TI_SOURCE_FLAG_ASM "--asm_file")
macro(__compiler_ti lang)
+ set(CMAKE_${lang}_COMPILE_OPTIONS_WARNING_AS_ERROR "--emit_warnings_as_errors")
set(CMAKE_${lang}_RESPONSE_FILE_FLAG "--cmd_file=")
# Using --cmd_file flag is not possible after the --run_linker flag.
# By using a whitespace only the filename is used without flag.