diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-08 01:11:37 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 00:57:17 +0100 |
commit | 14f15049913f06669e3f4b37834baf9f7823c1b8 (patch) | |
tree | 6ad8216e2f026be66edf0690492a77e655e96856 /cmake/macros | |
parent | 773b96d8429a33c134b980a2e9be9dfd97a595b8 (diff) |
Update FindBoost.cmake
(cherry picked from commit 9790cb5762ce46929f8a098976c8dd028d1488f3)
Diffstat (limited to 'cmake/macros')
-rw-r--r-- | cmake/macros/FindBoost.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/macros/FindBoost.cmake b/cmake/macros/FindBoost.cmake index 148db4bd823..26eec811447 100644 --- a/cmake/macros/FindBoost.cmake +++ b/cmake/macros/FindBoost.cmake @@ -1111,10 +1111,10 @@ if(Boost_FOUND) list(LENGTH _Boost_MISSING_COMPONENTS Boost_NUM_MISSING_COMPONENTS) if (${Boost_NUM_COMPONENTS_WANTED} EQUAL ${Boost_NUM_MISSING_COMPONENTS}) set(Boost_ERROR_REASON - "${Boost_ERROR_REASON}No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost.") + "${Boost_ERROR_REASON}No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. If you still have problems search on forum for TCE00020.") else () set(Boost_ERROR_REASON - "${Boost_ERROR_REASON}Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost.") + "${Boost_ERROR_REASON}Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. If you still have problems search on forum for TCE00021.") endif () endif () |