Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit f6abd8b

Browse files
authored
update to require using cmake 3.16 (#321)
1 parent 70559bc commit f6abd8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cmake_minimum_required(VERSION 3.3)
2-
cmake_policy(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.16)
2+
cmake_policy(VERSION 3.16)
33

44
if(NOT SONATA_VERSION)
55
execute_process(COMMAND git describe --tags

0 commit comments

Comments
 (0)