Refresh patches.

ci/unstable
Felix Geyer 8 years ago
parent 1970102e39
commit 687237d732

1
debian/changelog vendored

@ -1,6 +1,7 @@
cmake (3.9.0-1) UNRELEASED; urgency=medium cmake (3.9.0-1) UNRELEASED; urgency=medium
* New upstream release. * New upstream release.
* Refresh patches.
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Jul 2017 19:39:13 +0200 -- Felix Geyer <fgeyer@debian.org> Thu, 20 Jul 2017 19:39:13 +0200

@ -15,7 +15,7 @@ Forwarded: http://cmake.org/Bug/file_download.php?file_id=3629&type=bug
+++ b/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake
@@ -861,6 +861,22 @@ function(_Boost_MISSING_DEPENDENCIES com @@ -861,6 +861,22 @@ function(_Boost_MISSING_DEPENDENCIES com
endif() endif()
endmacro() endfunction()
+function(_Boost_consider_adding_pthreads _outvar) +function(_Boost_consider_adding_pthreads _outvar)
+ # On Unix platforms (excluding cygwin) add pthreads to Boost_LIBRARIES + # On Unix platforms (excluding cygwin) add pthreads to Boost_LIBRARIES

Loading…
Cancel
Save