Skip to content

Commit

Permalink
lsdls
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleraptor committed Apr 3, 2024
1 parent 2ca1faf commit fa1b918
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LanguageStandards.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,12 @@ function(swift_set_language_standards)
set(x_CXX 14)
endif()

if (x_CXX)
message(STATUS "C++ STANDARD: ${x_CXX}")
endif()
set(C_EXTENSIONS ON)

if(NOT x_C_EXTENSIONS_ON)
set(C_EXTENSIONS OFF)
endif()

message(STATUS "UNPARSED ARGS: ${x_UNPARSED_ARGUMENTS}")
set_target_properties(${x_UNPARSED_ARGUMENTS}
PROPERTIES
C_STANDARD ${x_C}
Expand Down

0 comments on commit fa1b918

Please sign in to comment.