MantisBT - CMake
View Issue Details
0001729CMakepublic2005-04-02 02:502005-04-04 16:55
Axel Wachtler 
System Admin 
normalmajoralways
closedfixed 
 
 
0001729: GET_SOURCE_FILE_PROPERTY / SWIG_FLAGS
In the module UseSWIG.cmake, the line

GET_SOURCE_FILE_PROPERTY(\
 swig_source_file_flags ${infile} SWIG_FLAGS)

sets the variable swig_source_file_flags to NOTFOUND which stops the build with an error.
(SWIG complains about invalid option)

To produce this bug, I used the cmake example
from www.swig.org

current Workaround: use a local copy of the file
and comment out this line.
No tags attached.
Issue History

Notes
(0002267)
Bill Hoffman   
2005-04-04 16:55   
fixed in cvs.