commit | 4d92cbfe32ef6ee24547401cc06994baa84a24aa | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Jun 22 15:41:02 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu Jun 22 15:41:02 2017 -0700 |
tree | 5d3a04485b2eab08cf128d3cc8e66d7424e9e332 | |
parent | d464987e65d11bec8eca23dc996015f6914894eb [diff] [blame] |
incremental
diff --git a/boost-dbus/CMakeLists.txt b/boost-dbus/CMakeLists.txt index 9d07a5b..736d030 100644 --- a/boost-dbus/CMakeLists.txt +++ b/boost-dbus/CMakeLists.txt
@@ -20,7 +20,11 @@ ############### # import Boost +add_definitions(-DBOOST_ERROR_CODE_HEADER_ONLY) +add_definitions(-DBOOST_SYSTEM_NO_DEPRECATED) +add_definitions(-DBOOST_ALL_NO_LIB) find_package(Boost REQUIRED) + include_directories(${Boost_INCLUDE_DIRS}) link_directories(${Boost_LIBRARY_DIRS})