Skip to content

Commit

Permalink
Remove copy of boost::condition_variable implementation from Boost 1.…
Browse files Browse the repository at this point in the history
…61 in namespace boost_161
  • Loading branch information
meyerj committed Feb 5, 2020
1 parent d0aef87 commit 49996b3
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 820 deletions.
3 changes: 3 additions & 0 deletions clients/roscpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ find_package(Boost REQUIRED COMPONENTS chrono filesystem system)

# Make sure we use CLOCK_MONOTONIC for the condition variable wait_for if not Apple.
if(NOT APPLE AND NOT WIN32)
if(Boost_VERSION LESS 106100)
message(FATAL_ERROR "${PROJECT_NAME} requires Boost 1.61 or above.")
endif()
if(Boost_VERSION LESS 106700)
# CLOCK_MONOTONIC became the default in Boost 1.67:
# https://github.com/boostorg/thread/commit/1e84b978b2bb0aae830cc14533dea3b7ddda5cde
Expand Down
22 changes: 0 additions & 22 deletions clients/roscpp/include/boost_161_condition_variable.h

This file was deleted.

Loading

0 comments on commit 49996b3

Please sign in to comment.