mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
106 stars 58 forks source link

CMake Export #101

Closed khansson closed 5 years ago

khansson commented 5 years ago

Does a FindMUTATIONPP.cmake already exist or does mutationpp have a cmake export?

https://cmake.org/cmake/help/v3.12/command/export.html

Ideally, cmake should be able to find mutationpp and the associated lib and include directories right from either a Mutationpp_ROOT_DIR or the MPP_DIRECTORY environmental variable.

rdbisme commented 5 years ago

@khansson mutation++ exports a mutation++Config.cmake file since v0.3.0. Did you try it? https://github.com/mutationpp/Mutationpp/blob/master/docs/coupling.md

khansson commented 5 years ago

Yes, apologies, the link I was given was the gitlab(?) library, which does not have that functionality. Apologies.

rdbisme commented 5 years ago

@khansson No problem. :)

@jbscoggins, can you maybe archive the gitlab repository on VKI servers (maybe editing the README and the description there saying that the official repo is here now?)

It's not the first one trying to apply modern recipes against old codebase.