From 733b34f0dd636d0ff45517e9cde80153875581d8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 15 Dec 2023 23:21:09 -0700 Subject: [PATCH] attempting to fix actions --- test/pytest/src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/pytest/src/CMakeLists.txt b/test/pytest/src/CMakeLists.txt index dfa9773f0..8ccae4619 100644 --- a/test/pytest/src/CMakeLists.txt +++ b/test/pytest/src/CMakeLists.txt @@ -66,9 +66,9 @@ target_compile_options(${TARGET_NAME} PRIVATE $<$,$>:/bigobj> ) -target_link_options(${TARGET_NAME} PRIVATE - $<$,$>:-static-libstdc++> -) +# target_link_options(${TARGET_NAME} PRIVATE +# $<$,$>:-static-libstdc++> +# ) if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") set(OUTPUT_SUFFIX ".pyd")