Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-13 02:37:47 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-13 02:37:47 +0300
commit17999ded479adfc2fb6417d0bb620259293377a0 (patch)
treeba71d727fcf0c722877c51899f92971b6978f1be /CMakeLists.txt
parent06e14c1b6a5835c0e08c00b4670d0c6c5343dc98 (diff)
Try bumping travis clang to v8 to see if it has the filesystem ts linkage.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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})