Display the CMake version in the configure script

This commit is contained in:
Jesse Talavera-Greenberg 2023-06-24 12:48:30 -04:00
parent 7a2c8cdbd1
commit c815140e2f

View File

@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(VERSION 3.15)
message(STATUS "Using CMake ${CMAKE_VERSION}")
project("melonDS DS"
VERSION 0.0.0