Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/admesh/CMakeLists.txt')
-rw-r--r--src/admesh/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admesh/CMakeLists.txt b/src/admesh/CMakeLists.txt
index 941a7eeb5..7d0177782 100644
--- a/src/admesh/CMakeLists.txt
+++ b/src/admesh/CMakeLists.txt
@@ -11,4 +11,4 @@ add_library(admesh STATIC
util.cpp
)
-target_include_directories(admesh SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})
+target_link_libraries(admesh PRIVATE boost_headeronly)