mphowardlab / azplugins

A HOOMD-blue component for soft matter simulations.
BSD 3-Clause "New" or "Revised" License
21 stars 13 forks source link

Silence warnings in CMake 3.12 #14

Closed mphoward closed 5 years ago

mphoward commented 5 years ago

CMake 3.12 doesn't like find_package using _ROOT variables. This forces use of the old behavior for now, as we will likely rewrite the script once HOOMD 3.0 is released anyway. It also fixes an linker error in the compiled unit tests, which were apparently missing the python library.