Skip to content

Commit

Permalink
build: update CMake policy to improve compatibility with modern CMake…
Browse files Browse the repository at this point in the history
… versions (#660)

Co-authored-by: tayne3 <[email protected]>
  • Loading branch information
tayne3 and tayne3 authored Dec 30, 2024
1 parent fd2ad28 commit b057e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.6)
cmake_policy(SET CMP0077 NEW)

project(hv VERSION 1.3.3)

Expand Down

0 comments on commit b057e68

Please sign in to comment.