mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
format: include .in files
This commit is contained in:
committed by
Henry Schreiner
parent
da803eb0a5
commit
ed6de125c9
@@ -191,7 +191,8 @@ else()
|
||||
find_library(
|
||||
PYTHON_LIBRARY
|
||||
NAMES "python${PYTHON_LIBRARY_SUFFIX}"
|
||||
PATHS ${_PYTHON_LIBS_SEARCH} NO_DEFAULT_PATH)
|
||||
PATHS ${_PYTHON_LIBS_SEARCH}
|
||||
NO_DEFAULT_PATH)
|
||||
|
||||
# If all else fails, just set the name/version and let the linker figure out the path.
|
||||
if(NOT PYTHON_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user