Skip to content

Commit e2e50cd

Browse files
authored
Lower minimum required CMake version to 3.5
1 parent 0a98e94 commit e2e50cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
22
# keep old policy for setting implicit link libraries
33
# zlib causes issues in static builds otherwise
44
cmake_policy(SET CMP0060 OLD)

0 commit comments

Comments
 (0)