Skip to content

Commit 3843c5d

Browse files
authored
Lower required CMake version for compatibility
CMake version should be lowered to 3.4 (the same version as in the master branch of pybind11).
1 parent bfa75b8 commit 3843c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.17)
1+
cmake_minimum_required(VERSION 3.4)
22

33
if(POLICY CMP0011)
44
cmake_policy(SET CMP0011 NEW)

0 commit comments

Comments
 (0)