Skip to content

Commit

Permalink
Fix #1263, update cmake_minimum_required
Browse files Browse the repository at this point in the history
Remove the extra/unneded cmake_minimum_required that was triggering
a deprecation warning.  This will just inherit the minimum version
of the parent.
  • Loading branch information
jphickey committed Jun 28, 2022
1 parent 419c673 commit 611011c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unit-test-coverage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 611011c

Please sign in to comment.