schrodinger / coordgenlibs

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

Add missing dependencies for test_coordgen #117

Open jyhpsycho opened 2 years ago

jyhpsycho commented 2 years ago

It will fix #116

jyhpsycho commented 2 years ago

It may be fixed after checking whether Boost::iostreams and zlib is needed or not to build on windows platform as like: if(CMAKE_WIN32) (old) else(CMAKE_WIN32) (new) endif(CMAKE_WIN32)