Skip to content

Commit a71cb52

Browse files
committed
remove CMake max policy restriction
1 parent bb94304 commit a71cb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15...4.0)
1+
cmake_minimum_required(VERSION 3.15)
22
cmake_policy(VERSION 3.15)
33
project(osmium LANGUAGES CXX)
44

0 commit comments

Comments
 (0)