[Cmake-commits] CMake branch, master, updated. v3.13.0-511-g37317ec

2018-11-24 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index a0ec6e7..081348a 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20181124) +set(CMake_VER

Re: [CMake] custom commands, targets and parallel builds

2018-11-24 Thread Alan W. Irwin
On 2018-11-25 00:23- Kris Thielemans wrote: Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports

[CMake] custom commands, targets and parallel builds

2018-11-24 Thread Kris Thielemans
Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports that parallel builds are failing (sometimes).

[CMake] Adding new language - source dependencies

2018-11-24 Thread Petr Penzin
Hello, I have followed instructions in CMakeAddNewLanguage.txt [1] to add support for Haskell, but I am a bit stuck on detecting dependencies between source files. Haskell source compiles to a source file and an "interface file" (similar to Fortran module file), which is needed for compiling