Skip to content

Commit 734f8a9

Browse files
minor cleanup
Signed-off-by: Pratik Mankawde <[email protected]>
1 parent 935e45b commit 734f8a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/scripts/strategy-matrix/generate.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,10 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
275275
}
276276
)
277277
else:
278-
if cxx_flags:
279-
cmake_args_flags = f"{cmake_args} -DCMAKE_CXX_FLAGS={cxx_flags}"
280-
else:
281-
cmake_args_flags = f"{cmake_args}"
282278
configurations.append(
283279
{
284280
"config_name": config_name,
285-
"cmake_args": cmake_args_flags,
281+
"cmake_args": cmake_args,
286282
"cmake_target": cmake_target,
287283
"build_only": build_only,
288284
"build_type": build_type,

0 commit comments

Comments
 (0)