Skip to content

Commit

Permalink
attempting to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 16, 2023
1 parent ea16e81 commit 733b34f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/pytest/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ target_compile_options(${TARGET_NAME} PRIVATE
$<$<AND:$<CXX_COMPILER_ID:MSVC>,$<CONFIG:Release>>:/bigobj>
)

target_link_options(${TARGET_NAME} PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>:-static-libstdc++>
)
# target_link_options(${TARGET_NAME} PRIVATE
# $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>:-static-libstdc++>
# )

if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set(OUTPUT_SUFFIX ".pyd")
Expand Down

0 comments on commit 733b34f

Please sign in to comment.