Skip to content

Commit

Permalink
Add chrono to thread autopkgtest until boostorg/boost_install#27 is r…
Browse files Browse the repository at this point in the history
…esolved.
  • Loading branch information
xnox committed Jan 7, 2020
1 parent 4b21e22 commit 9b0d55f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
boost1.71 (1.71.0-4) UNRELEASED; urgency=medium

[ Giovanni Mascellani ]
* Transition to the Salsa CI team pipeline.
* Enable -context on mips64el (closes: #948015).

[ Dimitri John Ledkov ]
* Add chrono to thread autopkgtest until
https://github.com/boostorg/boost_install/issues/27 is resolved.

-- Giovanni Mascellani <[email protected]> Fri, 03 Jan 2020 11:23:39 +0100

boost1.71 (1.71.0-3) unstable; urgency=medium
Expand Down
4 changes: 2 additions & 2 deletions debian/tests/srcs/thread/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project(Boost CXX)
cmake_minimum_required(VERSION 3.0)

FIND_PACKAGE(Boost COMPONENTS thread REQUIRED)
FIND_PACKAGE(Boost COMPONENTS thread chrono REQUIRED)
INCLUDE_DIRECTORIES (${Boost_INCLUDE_DIRS})

ADD_EXECUTABLE(demo1 demo1.cpp)
TARGET_LINK_LIBRARIES(demo1 ${Boost_LIBRARIES})

ADD_EXECUTABLE(demo2 demo2.cpp)
TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})
TARGET_LINK_LIBRARIES(demo2 ${Boost_LIBRARIES})

0 comments on commit 9b0d55f

Please sign in to comment.