From dab0d6db93f0e98203f9a9424dd76a839ae59b4c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 8 Aug 2025 22:13:40 +0200 Subject: [PATCH] try something --- docs/examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/CMakeLists.txt b/docs/examples/CMakeLists.txt index 39569b7b38..f61d668392 100644 --- a/docs/examples/CMakeLists.txt +++ b/docs/examples/CMakeLists.txt @@ -45,7 +45,7 @@ foreach(_target IN LISTS check_PROGRAMS _all) # keep '_all' last if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.13) set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_OPTIONS "-ignore:4006;-ignore:4221") else() - set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_FLAGS "-ignore:4006;-ignore:4221") + set_target_properties(${_target_name} PROPERTIES STATIC_LIBRARY_FLAGS "-ignore:4006 -ignore:4221") endif() endif() else()