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/boost/CMakeLists.txt')
-rw-r--r--src/boost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost/CMakeLists.txt b/src/boost/CMakeLists.txt
index aae87340b..12fe6b4e5 100644
--- a/src/boost/CMakeLists.txt
+++ b/src/boost/CMakeLists.txt
@@ -19,6 +19,6 @@ add_library(nowide STATIC
nowide/windows.hpp
)
-target_include_directories(nowide SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
+target_link_libraries(nowide PUBLIC boost_headeronly)