commit 399e6a9d7a1598c0642c6c15604164efbeb6ec1b
parent 062da877463d01e1198631195dd5d2a7598b61e0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Aug 2021 09:34:52 +0200
Set CMake minimum version to 3.1
CMake 2.8 is deprectated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(suvm C)
enable_testing()