From 611011c6b4cd29cd56d7918568c2f024c6671d9c Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Tue, 28 Jun 2022 12:31:12 -0400 Subject: [PATCH] Fix #1263, update cmake_minimum_required Remove the extra/unneded cmake_minimum_required that was triggering a deprecation warning. This will just inherit the minimum version of the parent. --- src/unit-test-coverage/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unit-test-coverage/CMakeLists.txt b/src/unit-test-coverage/CMakeLists.txt index 390918203..6ec040168 100644 --- a/src/unit-test-coverage/CMakeLists.txt +++ b/src/unit-test-coverage/CMakeLists.txt @@ -15,7 +15,6 @@ # NO ARTEFACTS FROM THIS BUILD SHOULD EVER INTERMINGLE WITH THE REAL TARGET BUILD # -cmake_minimum_required(VERSION 2.6.4) project(OSALCOVERAGE C) # Ask to generate a "make test" target