thelfer / MFrontGenericInterfaceSupport

This project aims at providing support for MFront generic behaviours. This project can be embedded in open-source and propriary sofware
37 stars 35 forks source link

rliv-2.0 fix #117

Closed bilke closed 1 year ago

bilke commented 1 year ago

Dear Thomas,

yesterdays change (https://github.com/thelfer/MFrontGenericInterfaceSupport/commit/50e397845a15adccabb271404153dfee7267ea17) broke our builds (example). This fixes it.

Thanks!

thelfer commented 1 year ago

@bilke Sorry for that. Does that means that you compile MGIS as part of OpenGeoSys ?

thelfer commented 1 year ago

@bilke I made a more deeper change. Let me know if it is ok for you.

bilke commented 1 year ago

No worries!

Yes it works! Thanks a lot!

Yes we compile MGIS in our regular CI builds (rliv-2.0-branch only). We integrate it via CMake's add_subdirectory() (or more precisely via CPM) and therefore we need proper usage of PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR.