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
-- #############################################
-- ## Begin configuration for Python support...
-- #############################################
-- Enabling optional Python bindings if possible...
CMake Deprecation Warning at swig/python/CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
This line declares CMake 2.8 as the minimum, which I assume is from SoapySDR's beginnings. 2.8.0 is from 2009, and the last tag (2.8.12.2) is from 2014, so even though we list C++11 as the default, we're approaching a possible breaking point.
The text was updated successfully, but these errors were encountered:
From a recent Windows CI build (CMake 3.23.2):
This line declares CMake 2.8 as the minimum, which I assume is from SoapySDR's beginnings. 2.8.0 is from 2009, and the last tag (2.8.12.2) is from 2014, so even though we list C++11 as the default, we're approaching a possible breaking point.
The text was updated successfully, but these errors were encountered: