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
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
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
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
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
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_