We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c9a39 commit 5b65c03Copy full SHA for 5b65c03
LanguageStandards.cmake
@@ -60,7 +60,7 @@ function(swift_set_language_standards)
60
set(C_EXTENSIONS OFF)
61
endif()
62
63
- if(${CMAKE_C_COMPILER_ID} STREQUAL "IAR")
+ if(CMAKE_C_COMPILER_ID STREQUAL "IAR")
64
set_target_properties(${x_UNPARSED_ARGUMENTS}
65
PROPERTIES
66
C_STANDARD_REQUIRED ON
0 commit comments