Merge topic 'FindBoost-xl-compiler'

4527b9c4 FindBoost: Add support for IBM XL compiler
This commit is contained in:
Brad King 2016-03-24 08:49:38 -04:00 committed by CMake Topic Stage
commit 59f53f7422
1 changed files with 2 additions and 0 deletions

View File

@ -464,6 +464,8 @@ function(_Boost_GUESS_COMPILER_PREFIX _ret)
set(_boost_COMPILER "-bcb")
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "SunPro")
set(_boost_COMPILER "-sw")
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "XL")
set(_boost_COMPILER "-xlc")
elseif (MINGW)
if(${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_LESS 1.34)
set(_boost_COMPILER "-mgw") # no GCC version encoding prior to 1.34