Closed uilianries closed 2 weeks ago
Hi @uilianries and thank you for your PR. There is just something I have to check on my end, I will get back to you on Monday again.
@modelonrobinandersson Thank you! Please, take your time to validate this change, I don't want to break users :sweat_smile:
Hi @uilianries, I just need a few more days as I am trying to sort something out on my end, I will be back as soon as possible.
Hi again @uilianries, in order to accept contributions to FMIL there is the following requirement: https://github.com/modelon-community/contributing I will only be able to merge your request after this process has been finished, let me know if you have any questions.
@modelonrobinandersson Hello, is it possible to send electronic signed instead? I don't have a printer.
@modelonrobinandersson Hello, is it possible to send electronic signed instead? I don't have a printer.
Hi! Yes that works as well.
@modelonrobinandersson Hello again, I just sent the email for the CLA, but there is not technical issue on Modelon side. I opened a separated issue reporting the case: https://github.com/modelon-community/contributing/issues/2
To be clear, I will review this, but need to finish some other work first. Will look at this when I can.
@filip-stenstrom Thank you for your review. All committed all your suggestions! Please, review again when possible. Don't worry about the delay, as maintainer of open source project too, I totally understand :wink:
Thanks, all good now. Merging.
Hello all!
This PR adds the CMake option
FMILIB_SYSTEM_EXPAT
, to be able to consume expat from system, provided by a package manager.The official CMake module for Expat is FindEXPAT and provides both
EXPAT_INCLUDE_DIRS
andEXPAT_LIBRARIES
.By default, this option is disabled, so it should not break users.
The entire build log using the system expat is here:
fmilib-system-expat-build.log
It's possible to see:
Related to #100