MantisBT - VTK
View Issue Details
0015908VTK(No Category)public2015-12-28 08:112016-07-06 17:42
Pablo Hernandez-Cerdan 
Cory Quammen 
normalminorhave not tried
closedfixed 
6.3.0 
7.1.0 
Release
incorrect functionality
0015908: VTKConfig.cmake results in a if(ON) that causes cmake warning about policy CMP0012
if (@VTK_USE_CXX11_FEATURES@)
line 9 at:
https://github.com/Kitware/VTK/blob/master/CMake/VTKConfig.cmake.in [^]

becomes if(ON) (see attached VTKConfig.cmake) and cmake complains about Policy CMP0012:
https://cmake.org/cmake/help/v3.0/policy/CMP0012.html [^]
No tags attached.
? VTKConfig.cmake (4,063) 2015-12-28 08:11
https://www.vtk.org/Bug/file/9987/VTKConfig.cmake
Issue History
2015-12-28 08:11Pablo Hernandez-CerdanNew Issue
2015-12-28 08:11Pablo Hernandez-CerdanFile Added: VTKConfig.cmake
2016-01-08 12:06Dave DeMarleNote Added: 0035643
2016-07-06 17:42Cory QuammenNote Added: 0036316
2016-07-06 17:42Cory QuammenStatusbacklog => closed
2016-07-06 17:42Cory QuammenAssigned To => Cory Quammen
2016-07-06 17:42Cory QuammenResolutionopen => fixed
2016-07-06 17:42Cory QuammenFixed in Version => 7.1.0

Notes
(0035643)
Dave DeMarle   
2016-01-08 12:06   
https://gitlab.kitware.com/vtk/vtk/merge_requests/1067 [^]
(0036316)
Cory Quammen   
2016-07-06 17:42   
Looks like this was fixed by Dave DeMarle in the posted GitLab merge request.