Skip to content

Commit

Permalink
Merge pull request #1264 from jphickey/fix-1263-update-cmake-min
Browse files Browse the repository at this point in the history
Fix #1263, update cmake_minimum_required
  • Loading branch information
dzbaker committed Jun 29, 2022
2 parents 419c673 + 611011c commit eacdefa
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 eacdefa

Please sign in to comment.