format: include .in files

This commit is contained in:
Henry Schreiner
2020-08-01 23:47:47 -04:00
committed by Henry Schreiner
parent da803eb0a5
commit ed6de125c9
4 changed files with 35 additions and 13 deletions

View File

@@ -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)