Skip to content

Commit

Permalink
ARROW-65: Be less restrictive on PYTHON_LIBRARY search paths
Browse files Browse the repository at this point in the history
Current CMake FindPythonLibs also uses this option instead of NO_DEFAULT_PATH.
  • Loading branch information
xhochy committed Mar 27, 2016
1 parent d3cb6b4 commit 10eb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cmake_modules/FindPythonLibsNew.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ else()
find_library(PYTHON_LIBRARY
NAMES "python${PYTHON_LIBRARY_SUFFIX}"
PATHS ${_PYTHON_LIBS_SEARCH}
NO_DEFAULT_PATH)
NO_SYSTEM_ENVIRONMENT_PATH)
message(STATUS "Found Python lib ${PYTHON_LIBRARY}")
endif()

Expand Down

0 comments on commit 10eb9e0

Please sign in to comment.