Closed smanders closed 6 years ago
completed with commits to dev branch referenced above
just a note about a thought that I had related to this issue... (future enhancement)
lsb_release -d
which is linux-specific, on Windows we could use systeminfo
and record the OS Name:
and/or OS Version:
linessysteminfo
gives results back in the terminal, which we could parse out... winver
pops up a GUIthis warning will serve as a reminder that building externpro and using externpro on two different distributions is unsupported - and the issue in https://github.com/smanders/externpro/issues/210 would have been easier to spot
there have been issues when a developer on a given linux distribution uses an externpro built on a different distribution (or a different version - for example Ubuntu 16.04 vs 18.04)
record
lsb_release -d
in theXP_INFOFILE
(.txt file at the root of the externpro installation) and then add some cmake to the find script to output amessage(AUTHOR_WARNING
if the distributions don't match