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:
authorbubnikv <bubnikv@gmail.com>2019-06-06 22:01:19 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-06 22:01:19 +0300
commit7dd842b2942dd6a5d6da21a79a4217814e17f65c (patch)
treef50393d018c199689a51d1a4645bd283c58fad27 /CMakeLists.txt
parentc7ba48a4735cb2f6e98b56999a1b5d7476bde0fb (diff)
parent6da1c9813908e3d832d4554506172aea1ebe9f9f (diff)
Merge remote-tracking branch 'remotes/origin/master' into vb_admesh_fix
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d7157d5e..730cd3d03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -241,7 +241,9 @@ if(NOT WIN32)
endif()
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS system filesystem thread log locale regex)
if(Boost_FOUND)
-# include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
+# message("Boost include dir: ${Boost_INCLUDE_DIRS}")
+# message("Boost library dirs: ${Boost_LIBRARY_DIRS}")
+# message("Boost libraries: ${Boost_LIBRARIES}")
if (APPLE)
# BOOST_ASIO_DISABLE_KQUEUE : prevents a Boost ASIO bug on OS X: https://svn.boost.org/trac/boost/ticket/5339
add_definitions(-DBOOST_ASIO_DISABLE_KQUEUE)