From bd3270a1fe4e5328c12f6d8fcd532298e23d3c19 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 28 Dec 2021 14:37:30 +0100 Subject: [PATCH] :alembic: use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90050 --- cmake/ci.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/ci.cmake b/cmake/ci.cmake index 3d1149d62..acb797c5b 100644 --- a/cmake/ci.cmake +++ b/cmake/ci.cmake @@ -831,8 +831,6 @@ foreach(COMPILER g++-4.8 g++-4.9 g++-5 g++-6 g++-7 g++-8 g++-9 g++-10 clang++-3. COMMAND cd ${PROJECT_BINARY_DIR}/build_compiler_${COMPILER} && ${CMAKE_CTEST_COMMAND} --parallel ${N} --exclude-regex "test-unicode" --output-on-failure COMMENT "Compile and test with ${COMPILER}" ) - - target_link_libraries(ci_test_compiler_${COMPILER} PUBLIC -lstdc++fs) endif() unset(COMPILER_TOOL CACHE) endforeach()