Skip to content

Commit b057e68

Browse files
authored
build: update CMake policy to improve compatibility with modern CMake versions (#660)
Co-authored-by: tayne3 <[email protected]>
1 parent fd2ad28 commit b057e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.6)
2+
cmake_policy(SET CMP0077 NEW)
23

34
project(hv VERSION 1.3.3)
45

0 commit comments

Comments
 (0)