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:
authortamasmeszaros <meszaros.q@gmail.com>2019-05-30 18:48:32 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-05-30 18:48:32 +0300
commit96380180f4476c6376f20d1230547866ec6354d7 (patch)
tree0fccb11fc30ce98e693629d7909d935525901148 /src/admesh
parent9c46eed742b1d40e644709f41f512f27c873e2f9 (diff)
Build system tweaks to get rid of cmake and boost warnings.
Diffstat (limited to 'src/admesh')
-rw-r--r--src/admesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/admesh/CMakeLists.txt b/src/admesh/CMakeLists.txt
index 44c97c3f1..941a7eeb5 100644
--- a/src/admesh/CMakeLists.txt
+++ b/src/admesh/CMakeLists.txt
@@ -10,3 +10,5 @@ add_library(admesh STATIC
stlinit.cpp
util.cpp
)
+
+target_include_directories(admesh SYSTEM PRIVATE ${Boost_INCLUDE_DIRS})