FreeBSD Bugzilla – Attachment 188925 Details for
Bug 224185
[cmake] net/ceph and net/ceph-devel: fails to build with boost 1.66
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Help find Boost
patch-FindBoost.cmake (text/plain), 1.77 KB, created by
Adriaan de Groot
on 2017-12-18 09:44:06 UTC
(
hide
)
Description:
Help find Boost
Filename:
MIME Type:
Creator:
Adriaan de Groot
Created:
2017-12-18 09:44:06 UTC
Size:
1.77 KB
patch
obsolete
>diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake >index 0786248d7..814359766 100644 >--- a/Modules/FindBoost.cmake >+++ b/Modules/FindBoost.cmake >@@ -756,7 +756,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret) > set(_Boost_THREAD_DEPENDENCIES chrono system date_time atomic) > set(_Boost_WAVE_DEPENDENCIES filesystem system serialization thread chrono date_time atomic) > set(_Boost_WSERIALIZATION_DEPENDENCIES serialization) >- elseif(NOT Boost_VERSION VERSION_LESS 106300 AND Boost_VERSION VERSION_LESS 106500) >+ elseif(NOT Boost_VERSION VERSION_LESS 106300 AND Boost_VERSION VERSION_LESS 106600) > set(_Boost_CHRONO_DEPENDENCIES system) > set(_Boost_CONTEXT_DEPENDENCIES thread chrono system date_time) > set(_Boost_COROUTINE_DEPENDENCIES context system) >@@ -773,7 +773,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret) > set(_Boost_WAVE_DEPENDENCIES filesystem system serialization thread chrono date_time atomic) > set(_Boost_WSERIALIZATION_DEPENDENCIES serialization) > else() >- if(NOT Boost_VERSION VERSION_LESS 106500) >+ if(NOT Boost_VERSION VERSION_LESS 106600) > set(_Boost_CHRONO_DEPENDENCIES system) > set(_Boost_CONTEXT_DEPENDENCIES thread chrono system date_time) > set(_Boost_COROUTINE_DEPENDENCIES context system) >@@ -790,7 +790,7 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret) > set(_Boost_WAVE_DEPENDENCIES filesystem system serialization thread chrono date_time atomic) > set(_Boost_WSERIALIZATION_DEPENDENCIES serialization) > endif() >- if(NOT Boost_VERSION VERSION_LESS 106600) >+ if(NOT Boost_VERSION VERSION_LESS 106700) > message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets") > set(_Boost_IMPORTED_TARGETS FALSE) > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224185
: 188925 |
189155
|
189230