schrodinger / maeparser

maestro file parser
MIT License
23 stars 23 forks source link

Make sure CMAKE_INSTALL_LIBDIR is defined for non-MSVC #65

Closed ricrogz closed 4 years ago

ricrogz commented 4 years ago

I totally missed this when I had a look before: GNUInstallDirs is not always included in *nix systems. E.g., for coordgenlibs (https://github.com/schrodinger/coordgenlibs/pull/74) I noticed the combination MacOs 10.14 plus cmake 3.13.5 did not import it. I think it makes sense to include it here too.