Page MenuHomePhabricator

VTK in MITK Superbuild does not configure with CMake 3.2 using clang
Closed, ResolvedPublic

Description

Should be fixed, since CMake 3.2 is the most current version which users will download.

This is the CMake output after "make VTK" on superbuild level:

CMake Error at Utilities/KWSys/vtksys/CMakeLists.txt:1004 (ADD_LIBRARY):

CXX_STANDARD is set to invalid value ''

CMake Error at CMake/vtkModuleMacros.cmake:448 (add_library):

CXX_STANDARD is set to invalid value ''

Call Stack (most recent call first):

CMake/vtkModuleMacros.cmake:532 (vtk_add_library)
Common/Core/CMakeLists.txt:594 (vtk_module_library)

Event Timeline

User nolden has pushed new remote branch:

bug-18845-fixes-for-cmake32

[2bf2a8]: Merge branch 'bug-18845-fixes-for-cmake32'

Merged commits:

2015-03-12 11:35:18 Marco Nolden [0fbc37]
Use CMake features for Cpp11 for all compilers


2015-03-12 11:35:14 Marco Nolden [aecd0b]
Update minimum required CMake version to 3.2