[CMake] [ANNOUNCE] CMake 3.12.4 available for download

2018-11-02 Thread Robert Maynard
We are pleased to announce that CMake 3.12.4 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.12.4 since 3.12.3: Brad

Re: [CMake] include dirs from EPs not added to project for in-source builds on windows

2018-11-02 Thread Miklos Espak
Hi, I ran into the same problem now on mac. It turned out that it has nothing to do with CMake. I apply some patches to the external projects with "git apply" instead of "patch". But the EP sources are not in git, and if the superbuild dir is inside the source dir, git apply recognises that it's

Re: [CMake] include a file from the toolchain file

2018-11-02 Thread Federico Kircheis
>You should be able to use CMAKE_CURRENT_LIST_DIR to specify a location >relative to the toolchain file itself. Thank you, it worked without an hiccup -- 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