aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake')
-rw-r--r--firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake b/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
index 37481077c..2cade6002 100644
--- a/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
+++ b/firmware/fx2/config/CMakeDetermineASM_SDCCCompiler.cmake
@@ -14,9 +14,9 @@
# Find the MS assembler (masm or masm64)
-SET(ASM_DIALECT "_SDCC")
+set(ASM_DIALECT "_SDCC")
-SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT sdas8051)
+set(CMAKE_ASM${ASM_DIALECT}_COMPILER_INIT sdas8051)
-INCLUDE(CMakeDetermineASMCompiler)
-SET(ASM_DIALECT)
+include(CMakeDetermineASMCompiler)
+set(ASM_DIALECT)