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")