Merge pull request #1013 from alexlnkp/master

bump CMake minimum required version to avoid warnings
This commit is contained in:
Taku Kudo 2024-05-25 16:22:15 +09:00 committed by GitHub
commit b9ecf1ceed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.!
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
file(STRINGS "VERSION.txt" SPM_VERSION)
message(STATUS "VERSION: ${SPM_VERSION}")