commit | ed6de125c92ba1db4ccafc4e9c8a1a1d905a0347 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henryschreineriii@gmail.com> | Sat Aug 01 23:47:47 2020 -0400 |
committer | Henry Schreiner <HenrySchreinerIII@gmail.com> | Thu Aug 06 11:54:41 2020 -0400 |
tree | a2e558fdc709a74fea6116e657fa0616dcc9f8de | |
parent | da803eb0a5113cc570a397a2acb1ecbc4d5bad78 [diff] [blame] |
format: include .in files
diff --git a/tools/FindPythonLibsNew.cmake b/tools/FindPythonLibsNew.cmake index cc56351..822ec77 100644 --- a/tools/FindPythonLibsNew.cmake +++ b/tools/FindPythonLibsNew.cmake
@@ -191,7 +191,8 @@ 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)