Re: [cmake-developers] FindBoost.cmake Clang support

2016-03-14 Thread Brad King
On 03/12/2016 12:42 PM, Manu Sánchez wrote: > I'm reaching you to ask about Clang support in the FindBoost.cmake script. [snip] > if(CMAKE_CXX_COMPILER_ID MATCHES "Clang") > execute_process(COMMAND ${CMAKE_CXX_COMPILER} --version > OUTPUT_VARIABLE out) Thanks. Rather than running

[cmake-developers] FindBoost.cmake Clang support

2016-03-12 Thread Manu Sánchez
Hi, This is my first submission to the ML, so please let me know if I did something wrong. I'm reaching you to ask about Clang support in the FindBoost.cmake script. AFAIK _Boost_GUESS_COMPILER_PREFIX() function doesn't take Clang into account, so currently configuration fails if you are using