You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Pre283CMakeParseArguments.cmake should only be included for versions of CMake before 2.8.3
Previously, it was only comparing the patch number of CMake to know whether Pre283CMakeParseArguments.cmake should be included or not. It now compares the entire version number of CMake to verify if the current version is less recent than 2.8.3 .
0 commit comments