diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-08 01:11:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 01:11:37 +0200 |
commit | 9790cb5762ce46929f8a098976c8dd028d1488f3 (patch) | |
tree | 7be66fbee94b346be5dff623e19bbc18585a2e9c | |
parent | ee21295dcb7a1c26df8be03560e4c0a0266915f8 (diff) |
Update FindBoost.cmake
-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 62da7fc4caf..9be5b4a1c03 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 () |