This commit is contained in:
2026-08-06 12:30:15 +08:00
parent 497aff9e27
commit 86f50a4e78
+1 -1
View File
@@ -30,7 +30,7 @@ function(w_append_flag_string var)
string(STRIP "${_value}" _value)
set(${var} "${_value}" PARENT_SCOPE)
endfunction()
project(Renderive LANGUAGES C CXX)
function(_initialize_cxx_default_options)
if (TARGET global_default_options)
return()