mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 15:25:18 -06:00
Build system tweaks to get rid of cmake and boost warnings.
This commit is contained in:
parent
9c46eed742
commit
96380180f4
9 changed files with 37 additions and 24 deletions
|
@ -241,7 +241,7 @@ if(NOT WIN32)
|
|||
endif()
|
||||
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS system filesystem thread log locale regex)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
# include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue