Apply 'make format'
This commit is contained in:
parent
b886367128
commit
529a6b7f93
|
|
@ -747,11 +747,7 @@ function(verilate TARGET)
|
|||
if("@CFG_CXXFLAGS_COROUTINES@" STREQUAL "-std=gnu++20")
|
||||
target_compile_features(${TARGET} PRIVATE cxx_std_20)
|
||||
else()
|
||||
target_compile_options(
|
||||
${TARGET}
|
||||
PRIVATE
|
||||
@CFG_CXXFLAGS_COROUTINES@
|
||||
)
|
||||
target_compile_options(${TARGET} PRIVATE @CFG_CXXFLAGS_COROUTINES@)
|
||||
endif()
|
||||
endif()
|
||||
endfunction()
|
||||
|
|
|
|||
Loading…
Reference in New Issue