yangqiaosheng / libcitygml

Automatically exported from code.google.com/p/libcitygml
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Edit CMAKE find script to define CITYGML_LIBRARIES variable for automatic link against debug lib #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The find script for libcitygml does not define a CITYGML_LIBRARIES varaible 
which defines linked libraries dependent to the type of build  (debug / release 
) so no debugging was possible from external code.

Replace the findCityGML.cmake module against the attached one which defines the 
necessary variable.

Kind regards,
Jan

Original issue reported on code.google.com by jan.kli...@gmail.com on 18 Nov 2010 at 2:48

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot for your report.
Changes were commited to the SVN trunk.

Regards,

Joachim

Original comment by jpouder...@gmail.com on 18 Nov 2010 at 7:54