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.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes #43 from xhochy/arrow-65 and squashes the following commits:

10eb9e0 [Uwe L. Korn] ARROW-65: Be less restrictive on PYTHON_LIBRARY search paths
  • Loading branch information
xhochy authored and wesm committed Mar 27, 2016
1 parent d6d53b2 commit 0171877
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 0171877

Please sign in to comment.