Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Mar 26, 2017
2 parents 0d73f4c + 929090e commit 6b78a11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/external/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@ ENDIF(PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND)

INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${PYTHON_NUMPY_INCLUDE_DIR})

IF(NOT WITH_PYTHON)
SET(PYTHON_LIBRARIES "")
ENDIF()

0 comments on commit 6b78a11

Please sign in to comment.