cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Windows debug installation misses cellml_debug_utilities.lib #980

Closed agarny closed 1 year ago

agarny commented 2 years ago

If you build a debug version of libCellML on Windows and install it then cellml_debug_utilities.lib doesn't get installed. Not sure whether it should be installed, but if I try to link libOpenCOR against an installed (static) copy of the debug version of libCellML then it complains about cellml_debug_utilities.lib not being found. If cellml_debug_utilities.lib is needed for the debug version of libCellML then I wouldn't in fact have it installed. I would expect it to be statically linked to libcellmld.lib. Whatever the case, I cannot currently use an installed debug version of libCellML while I can use an installed release version without any problems.