schrodinger / coordgenlibs

Schrodinger-developed 2D Coordinate Generation
BSD 3-Clause "New" or "Revised" License
42 stars 28 forks source link

Failed to build test_coordgen on static mode #116

Open jyhpsycho opened 2 years ago

jyhpsycho commented 2 years ago

How to reproduce: 1) Build static maeparser, and install on ../libmaeparser-1.2.4-220427 2) Clone current repository. 3) Create some build directory and chdir into it. 4) Run following command to configure and build: cmake \ -DCMAKE_INSTALL_PREFIX=../coordgenlibs-3.0.0-220427 \ -DCOORDGEN_BUILD_SHARED_LIBS=OFF \ -Dmaeparser_DIR=../libmaeparser-1.2.4-220427 \ ../coordgenlibs cmake --build . --config Release -j

Expected behavior:

Actual result:

How to fix:

d-b-w commented 2 years ago

@jyhpsycho - Would you be able to submit a PR with that patch?