Commit 29b5b286 authored by Davis King's avatar Davis King

Changed python build script to append rather than overwrite CMAKE_PREFIX_PATH.

parent a930fe80
......@@ -32,7 +32,7 @@ get_filename_component(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} REALPATH)
# Pick out the parent directories
get_filename_component(PYTHON_PATH ${PYTHON_EXECUTABLE} PATH)
get_filename_component(PYTHON_PATH ${PYTHON_PATH} PATH)
set(CMAKE_PREFIX_PATH ${PYTHON_PATH})
list(APPEND CMAKE_PREFIX_PATH "${PYTHON_PATH}")
# To avoid dll hell, always link everything statically when compiling in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment