Skip to content

Commit

Permalink
Increment minimum CMake to support FindPython3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Mathur committed Oct 27, 2021
1 parent 1d27392 commit 67cce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.10.2)
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)

# Specify minimum supported OSX version
IF(APPLE)
Expand Down

0 comments on commit 67cce87

Please sign in to comment.