From f42e932f430a67ea56b804122f71a7d6b45e709e Mon Sep 17 00:00:00 2001 From: Oliver Schmitz Date: Wed, 15 Nov 2023 09:17:02 +0100 Subject: [PATCH] Build fix macOS --- source/fern/core/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/fern/core/CMakeLists.txt b/source/fern/core/CMakeLists.txt index ccf336a2..5e0c6f70 100644 --- a/source/fern/core/CMakeLists.txt +++ b/source/fern/core/CMakeLists.txt @@ -30,8 +30,9 @@ target_include_directories(fern_core ) target_link_libraries(fern_core - # PUBLIC + PUBLIC # Boost::timer + Boost::headers PRIVATE $<$,$>:Threads::Threads> )