File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2020 { tool: gcc, ver: 12 },
2121 { tool: gcc, ver: 13 } ]
2222 build_type : [ Release ]
23- os : [ macos-12, macos-13 ]
23+ os : [ macos-12 ]
2424 std : [ 17 ]
2525 library_type : [ Static ]
2626 include :
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ target_link_libraries(IntegrationTests PUBLIC
1010 7bitDI
1111)
1212
13- if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND APPLE )
14- target_compile_options (IntegrationTests PRIVATE -Wl,-ld_classic)
15- endif ()
16-
1713include (GoogleTest)
1814gtest_discover_tests(IntegrationTests
1915 WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} )
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ target_link_libraries(UnitTests PUBLIC
1010 7bitDI
1111)
1212
13- if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND APPLE )
14- target_compile_options (UnitTests PRIVATE -Wl,-ld_classic)
15- endif ()
16-
1713include (GoogleTest)
1814gtest_discover_tests(UnitTests
1915 WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} )
You can’t perform that action at this time.
0 commit comments