I would start by looking at the how CMake identified the compiler. You
can find this information inside:

<build_dir>/CMakeFiles/3.7.0/CMakeCXXCompiler.cmake

The important information being what CMAKE_CXX_COMPILER_ID and
CMAKE_CXX_COMPILER_VERSION are set too.


On Fri, Dec 16, 2016 at 6:55 AM, James Turner <james.tur...@kdab.com> wrote:
> Hi,
>
> I’m seeing this error from Cmake (3.7.0) when using a custom Clang (from 
> homebrew) on Mac. Googling turns up hits from Cmake 3.0/3.1 when compiler 
> features was being added. What can I do to trace down or debug this error 
> when it occurs with a recent build of Clang?
>
> I am guessing there is some compiler-id detection which needs to be extended 
> / over-ridden for my different build of Clang.
>
> Kind regards,
> James
>
> --
> James Turner - Senior Software Developer
> KDAB - The Qt, C++ and OpenGL Experts
>
>
>
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to