Skip to content

Commit

Permalink
Merge pull request #128 from stuarteberg/fix-mac-fs
Browse files Browse the repository at this point in the history
mac: Fix linking for libc++experimental
  • Loading branch information
constantinpape authored Aug 7, 2019
2 parents 667c93f + 9e8f9f4 commit 55a5e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ else()
# on clang, we need to enable libc++experimental, see
# https://stackoverflow.com/a/45332844
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
set(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY ON)
SET(FILESYSTEM_LIBRARIES "c++experimental")
endif()
endif()
include_directories(${Boost_INCLUDE_DIR})
Expand Down

0 comments on commit 55a5e79

Please sign in to comment.