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>2020-03-20 14:25:48 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-20 14:25:48 +0300
commitc095cf676a544aac002dcabbfcd1cbc038a9c80b (patch)
treea67980cd9ea881511f28a63044cf8a16ef803eed /CMakeLists.txt
parentfa0a14d203c2673a814a77209dae8c045c68c193 (diff)
Figured out libc++ support. Added to Travis CI.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index acd2bc85..cd6eeca6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,7 +242,7 @@ int main() {
endif()
function(check_stl_filesystem_link_flags)
indented_message(STATUS "NOTE: Using STL link flags '${ARGN}'")
- set(CMAKE_REQUIRED_LINK_OPTIONS ${ARGN})
+ set(CMAKE_REQUIRED_LIBRARIES ${ARGN})
check_cxx_source_runs("
#include <filesystem>
int main() {