sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
38 stars 28 forks source link

Including CMake modules for some find-dependency-.cmake scripts #331

Closed adelhpour closed 1 year ago

adelhpour commented 1 year ago

Description

Some CMake models are induced in find-dependency-.cmake scripts

Motivation and Context

While linking against the libsbml, there was an error with finding the dependencies.

Types of changes

include(CheckLibraryExists) is added to FindBZ2.cmake include(CheckCSourceCompiles) is added to FindLIBXML.cmake