From 17999ded479adfc2fb6417d0bb620259293377a0 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Sun, 13 Oct 2019 00:37:47 +0100 Subject: Try bumping travis clang to v8 to see if it has the filesystem ts linkage. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5926f56b..0f09ae18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,6 +242,7 @@ if(NOT PROJECT_IS_DEPENDENCY) if(USING_LIBCXX_ON_LINUX) if(NOT test_target MATCHES _sl) apply_cxx_coroutines_to(PRIVATE ${test_target}) + target_link_libraries(${test_target} PRIVATE -lc++experimental) endif() else() apply_cxx_coroutines_to(PRIVATE ${test_target}) -- cgit v1.2.3