MAINT: remove legacy CMake endif()
authorTyler Reddy <tyler.je.reddy@gmail.com>
Tue, 23 Jul 2019 03:24:57 +0000 (21:24 -0600)
committerTyler Reddy <tyler.je.reddy@gmail.com>
Tue, 23 Jul 2019 03:24:57 +0000 (21:24 -0600)
commit3f6ab1582aca019cf5514aac3af98dcb66c9bbd6
tree5ede49c9fb77b56b9141d788e074680c8bca304d
parentb0b7600bef318ecf6b78b9f695dfbfd570edaafa
MAINT: remove legacy CMake endif()

* clean up a case where CMake endif()
contained the conditional used in the
if(), which is no longer needed /
discouraged since our minimum required
CMake version supports the modern syntax
cmake/system_check.cmake