cmake: Change desired Python3 DLL name to stable ABI variant

master
PatTheMav 2022-07-08 00:47:51 +02:00 committed by Ryan Foster
parent d88ca3b243
commit 4afc2c8e6f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ find_path(
find_library(
PYTHON_LIB
NAMES ${_PYTHON_LIBRARIES} python36
NAMES ${_PYTHON_LIBRARIES} python3
HINTS ${_PYTHON_LIBRARY_DIRS}
PATH_SUFFIXES
lib${_lib_suffix}