CMake fails for old versions of cmake

Issue #150 resolved
Yina Geng created an issue

In CMake/freud/FREUDCFlagsSetup.cmake, VERSION_GREATER_EQUAL does not exist in older versions of CMake. Changing to VERSION_GREATER works (although the logic is now different).

Comments (1)

  1. Log in to comment