Re: [cmake-developers] iwyu and clang-tidy not working under mac os

2016-10-26 Thread Roman Wüger
Ok, I've got it. If anyone is interested, here is my configuration: find_program(iwyu_path NAMES include-what-you-use iwyu PATHS ${CMAKE_SOURCE_DIR}/tools/include-what-you-use/${iwyu_os}/bin) if(NOT iwyu_path) message(STATUS "Program include-what-you-use: Not found") else() message(STATUS

Re: [cmake-developers] gitlab or github? Which should I use for contribution?

2016-10-26 Thread Brad King
On 10/26/2016 10:05 AM, Stuermer, Michael SP/HZA-ZSEP wrote: > Which should I choose for future contributions? GitLab, please. We recently updated CONTRIBUTING.rst to prefer it even over patches on this list. > My feeling is I could completely abandon the github repository > and pull and push

[cmake-developers] gitlab or github? Which should I use for contribution?

2016-10-26 Thread Stuermer, Michael SP/HZA-ZSEP
I know the cmake repositories on github and gitlab are in sync, so I could base my work on any of them. Still I don't want to maintain two forks and would prefer to switch completely to gitlab.kitware instead. Which should I choose for future contributions? My feeling is I could completely

Re: [cmake-developers] iwyu and clang-tidy not working under mac os

2016-10-26 Thread Daniel Pfeifer
On Wed, Oct 26, 2016 at 11:27 AM, Roman Wüger wrote: > Hello, > > I set CMAKE_CXX_INCLUDE_WHAT_YOU_USE and CMAKE_CXX_CLANG_TIDY. Both work > as expected with CMake 3.6.2 under linux. Under Mac OS with the same > sources and the same CMake version doesn't produce any output.

[cmake-developers] iwyu and clang-tidy not working under mac os

2016-10-26 Thread Roman Wüger
Hello, I set CMAKE_CXX_INCLUDE_WHAT_YOU_USE and CMAKE_CXX_CLANG_TIDY. Both work as expected with CMake 3.6.2 under linux. Under Mac OS with the same sources and the same CMake version doesn't produce any output. On Linux clang 3.8 is used, on Mac OS it is AppleClang 7.3.0 with clang-tidy