Skip to content

Commit

Permalink
Build fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchmitz committed Nov 15, 2023
1 parent c8d3152 commit f42e932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/fern/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ target_include_directories(fern_core
)

target_link_libraries(fern_core
# PUBLIC
PUBLIC
# Boost::timer
Boost::headers
PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>:Threads::Threads>
)
Expand Down

0 comments on commit f42e932

Please sign in to comment.