Skip to content

Commit 1ee8f82

Browse files
committed
Declare the Python 3.6 requirement for m.css
1 parent b1e834f commit 1ee8f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake-init/templates/common/cmake/docs.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ---- Dependencies ----
22

3-
find_package(Python3 REQUIRED)
3+
find_package(Python3 3.6 REQUIRED)
44

55
include(FetchContent)
66
FetchContent_Declare(

0 commit comments

Comments
 (0)