mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 19:21:14 +00:00
Fix llvm filesystem support
This commit is contained in:
@@ -64,8 +64,8 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# GCC-specific flags
|
# Experimental ilesystem library
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU)
|
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU OR CMAKE_CXX_COMPILER_ID STREQUAL Clang)
|
||||||
target_link_libraries(nvbench.build_interface INTERFACE stdc++fs)
|
target_link_libraries(nvbench.build_interface INTERFACE stdc++fs)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user