Skip to content

Commit c1aebff

Browse files
author
Yannick Habecker
committed
fix: set minimum python version to 3.5.2
1 parent 45aed2b commit c1aebff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
88

99
#find_package (Python3 COMPONENTS Interpreter Development)
1010

11-
find_package (PythonInterp 3.5.3)
12-
find_package (PythonLibs 3.5.3)
11+
find_package (PythonInterp 3.5.2)
12+
find_package (PythonLibs 3.5.2)
1313

1414
include(AMXConfig)
1515
include(AddSAMPPlugin)

0 commit comments

Comments
 (0)