[CMake] [ANN] CMake Training Course - October 9

2017-06-08 Thread Julien Jomier
Kitware will be holding a CMake training course on October 9, 2017 in Lyon, France. This one-day course will cover CMake, CTest, CPack and CDash. Please visit our website for more information and registration details: https://training.kitware.fr/browse/153 Note that the course will be taug

Re: [CMake] Compiling Fortran on IBMs XL

2017-06-08 Thread Bill Hoffman
On 6/8/2017 5:13 AM, Matthias Redies wrote: I believe my Error was discussed in: http://public.kitware.com/pipermail/cmake/2015-January/059522.html and solved here: http://public.kitware.com/pipermail/cmake/2015-January/059547.html https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4729547a

Re: [CMake] Is there a way to produce the documentation of cmake in xml format?

2017-06-08 Thread Martin Weber
Am Mittwoch, 7. Juni 2017, 22:35:51 CEST schrieb Nils Gladitz: > On 07.06.2017 21:23, Martin Weber wrote: > > Hi all, > > > > is there a way to extract the documentation from cmake-sources and convert > > that to XML? ... > CMake uses the Sphinx documentation system: > > http://www.sphinx-d

[CMake] CMake problem with intel parallel studio 2017

2017-06-08 Thread Mamales, Petros via CMake
Hi, I try to create Visual Studio 2015 (VS2015) solutions with the intel c++ compiler from Intel Parallel Studio XE (iPSXE) 2017. (win7 64bit ). Apparently, the toolset is identified correctly but the compiler is not, due to some tests that do not manage to link. I have 2 questions: a) How

Re: [CMake] Compiling Fortran on IBMs XL

2017-06-08 Thread Matthias Redies
I found that by setting: set(CMAKE_EXE_LINKER_FLAGS "-qmkshrobj") I can include this fix for older verison. set(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-qmkshrobj") Didn't actually have any effect on the linker flags. Kind regards Matthias Redies On 07.06.2017 17:02, Matthias Redi

[CMake] openmp test with CMAKE_EXECUTABLE_SUFFIX changed

2017-06-08 Thread Georg Schramm
Dear all,   I am running cmake 3.8 under windows 7 (for VS 2017). When I use find_package(OpenMP) after I set CMAKE_EXECUTABLE_SUFFIX, the openmp test fails.   Here is a minimal example: -- cmake_minimum_required(VERSION 3.1.0) set (CMAKE_BUILD_