View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002199CMakeModulespublic2005-08-31 13:482009-10-30 11:13
ReporterMathieu Malaterre 
Assigned ToMathieu Malaterre 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002199: Add documentation for ${swig_generated_file_fullname}
DescriptionIn some case you need to pass specific compile flag for the cxx generated file:

SET_SOURCE_FILES_PROPERTIES(
  ${swig_generated_file_fullname}
  PROPERTIES COMPILE_FLAGS "-bla")

It would be nice if the documentation of UseSWIG would outline the role of ${swig_generated_file_fullname}
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002980)
Mathieu Malaterre (developer)
2005-08-31 13:56

This bug is related to:
http://vtk.org/Bug/bug.php?op=show&bugid=987 [^]

It would be nice if SET_SOURCE_FILES_PROPERTIES could remove default compile flag, since the swig generated cxx code is not so clean (generated hundreds of warnings with -Wall).
(0018293)
Mathieu Malaterre (developer)
2009-10-30 11:09

The bug URL is now at:

http://cmake.org/Bug/view.php?id=987 [^]
(0018295)
Mathieu Malaterre (developer)
2009-10-30 11:13

$ cvs ci -m"FIX: BUG: 0002199 Adding documentation for swig_generated_file_fullname" UseSWIG.cmake
Committer: Mathieu Malaterre <mathieu.malaterre@kitware.com>
/cvsroot/CMake/CMake/Modules/UseSWIG.cmake,v <-- UseSWIG.cmake
new revision: 1.20; previous revision: 1.19

 Issue History
Date Modified Username Field Change
2009-10-30 11:09 Mathieu Malaterre Note Added: 0018293
2009-10-30 11:13 Mathieu Malaterre Assigned To Bill Hoffman => Mathieu Malaterre
2009-10-30 11:13 Mathieu Malaterre Note Added: 0018295
2009-10-30 11:13 Mathieu Malaterre Status assigned => closed
2009-10-30 11:13 Mathieu Malaterre Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team