Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137819 Details for
Bug 201393
dev-util/cmake-2.4.6-r1: wrong Modules/FindBoost.cmake
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
FindBoost.cmake.patch
FindBoost.cmake.patch (text/plain), 775 bytes, created by
Jan Kundrát (RETIRED)
on 2007-12-05 17:31:48 UTC
(
hide
)
Description:
FindBoost.cmake.patch
Filename:
MIME Type:
Creator:
Jan Kundrát (RETIRED)
Created:
2007-12-05 17:31:48 UTC
Size:
775 bytes
patch
obsolete
>--- FindBoost.cmake.orig 2007-11-02 02:34:58.544470000 +0100 >+++ FindBoost.cmake 2007-11-23 01:05:29.452094422 +0100 >@@ -146,12 +146,14 @@ > ENDIF(Boost_INCLUDE_DIR) > > IF(NOT Boost_FOUND) >- IF(NOT Boost_FIND_QUIETLY) >+ IF(Boost_FIND_REQUIRED) >+ MESSAGE(FATAL_ERROR "Boost was not found. ${BOOST_DIR_MESSAGE}") >+ ELSE(Boost_FIND_REQUIRED) > MESSAGE(STATUS "Boost was not found. ${BOOST_DIR_MESSAGE}") >- ELSE(NOT Boost_FIND_QUIETLY) >- IF(Boost_FIND_REQUIRED) >- MESSAGE(FATAL_ERROR "Boost was not found. ${BOOST_DIR_MESSAGE}") >- ENDIF(Boost_FIND_REQUIRED) >+ ENDIF(Boost_FIND_REQUIRED) >+ELSE(NOT Boost_FOUND) >+ IF(NOT Boost_FIND_QUIETLY) >+ MESSAGE(STATUS "Found Boost at ${Boost_LIBRARY_DIR}") > ENDIF(NOT Boost_FIND_QUIETLY) > ENDIF(NOT Boost_FOUND) >
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 201393
: 137819