mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
Find the correct python, please
This commit is contained in:
@@ -28,7 +28,7 @@ if(CMAKE_VERSION GREATER_EQUAL 3.30)
|
||||
cmake_policy(SET CMP0167 NEW)
|
||||
endif()
|
||||
|
||||
find_package(Python REQUIRED COMPONENTS Interpreter Development)
|
||||
find_package(Python 3.13 REQUIRED COMPONENTS Interpreter Development)
|
||||
|
||||
if(NOT EXISTS ${Python_LIBRARIES})
|
||||
message(FATAL_ERROR "The python library ${Python_LIBRARIES} does not seem to exist?")
|
||||
|
||||
Reference in New Issue
Block a user