|
cmake_minimum_required(VERSION 3.1.0) |
As of CMake 4.0 compatibility with CMake < 3.5 has been removed from CMake.
It will also warn the user about CMake < 3.10 about future deprecation notice.
I recommend updating the cmake_minimum_required to at least 3.10
portaudio/CMakeLists.txt
Line 1 in 27c85c5
As of CMake 4.0 compatibility with CMake < 3.5 has been removed from CMake.
It will also warn the user about CMake < 3.10 about future deprecation notice.
I recommend updating the cmake_minimum_required to at least 3.10