Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5053 from QuantamHD/fix_std_f…
Browse files Browse the repository at this point in the history
…ilesystem

meta: Attempts to fix apple + filesystem
  • Loading branch information
maliberty authored May 6, 2024
2 parents 4d4d0a4 + dfdae1d commit 8d1d99b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ configure_file(

################################################################

link_libraries(stdc++fs)
if (NOT APPLE)
link_libraries(stdc++fs)
endif()

# Ask CMake to output a compile_commands.json file for use with things like clang-tidy
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)

Expand Down

0 comments on commit 8d1d99b

Please sign in to comment.