Browse Source

Update for cmake to search PYTHON_INCLUDE_DIR path when specified

cl-refactor
Jason Huntley 10 years ago
parent
commit
e8af295bee
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -190,6 +190,7 @@ else()
endif ()
find_path( PYTHON_ID pyconfig.h
${PYTHON_INCLUDE_DIR}
/usr/include/python2.7
/usr/local/include/python2.7
)

Loading…
Cancel
Save