diff options
Diffstat (limited to 'libcxx/benchmarks/CMakeLists.txt')
-rw-r--r-- | libcxx/benchmarks/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt index 637035e5c26..11e3f99604b 100644 --- a/libcxx/benchmarks/CMakeLists.txt +++ b/libcxx/benchmarks/CMakeLists.txt @@ -146,9 +146,6 @@ function(add_benchmark_test name source_file) if (TARGET cxx_experimental) target_link_libraries(${libcxx_target} cxx_experimental) endif() - if (TARGET cxx_filesystem) - target_link_libraries(${libcxx_target} cxx_filesystem) - endif() target_link_libraries(${libcxx_target} -lbenchmark) if (LLVM_USE_SANITIZER) target_link_libraries(${libcxx_target} -ldl) |