MantisBT - ParaView
View Issue Details
0014033ParaView(No Category)public2013-04-24 21:092013-05-18 20:00
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.0 
Sandia
fix_cmake_2.8.10_plugins_issue
incorrect functionality
0014033: Configuration error with CMake 2.8.10
Do the following in a clean build dir with CMake 2.8.10.2

> cmake -G Ninja -DPARAVIEW_ENABLE_PYTHON:BOOL=ON <ParaViewSource>

It will fail with following errors:

-- Configuring done
CMake Error at CMake/ParaViewPlugins.cmake:997 (ADD_LIBRARY):
  Cannot find source file:

  Note: including file:

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Call Stack (most recent call first):
  Plugins/AnalyzeNIfTIReaderWriter/CMakeLists.txt:25 (ADD_PARAVIEW_PLUGIN)


-- Build files have been written to: C:/Users/hoffman/Work/ParaView-build
No tags attached.
Issue History
2013-04-24 21:09Utkarsh AyachitNew Issue
2013-04-25 09:43Utkarsh AyachitTopic Name => fix_cmake_2.8.10_plugins_issue
2013-04-25 09:43Utkarsh AyachitStatusbacklog => gatekeeper review
2013-04-25 09:43Utkarsh AyachitFixed in Version => git-master
2013-04-25 09:43Utkarsh AyachitResolutionopen => fixed
2013-04-25 09:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-04-25 09:43Utkarsh AyachitNote Added: 0030621
2013-04-25 09:43Utkarsh AyachitStatusgatekeeper review => customer review
2013-04-30 19:12Alan ScottNote Added: 0030642
2013-04-30 19:12Alan ScottStatuscustomer review => closed
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0

Notes
(0030621)
Utkarsh Ayachit   
2013-04-25 09:43   
ecbeaa1 BUG: 14033 Fix cmake configuration error with CMake 2.8.10.2
(0030642)
Alan Scott   
2013-04-30 19:12   
I don't seem to be able to test this correctly. I tried on a Linux box. Thus, I am trusting Utkarsh, and marking this fixed.