Skip to content

Commit

Permalink
[CMake] fix python installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 17, 2018
1 parent cd3eccc commit f4c0741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ IF(BUILD_PYTHON_INTERFACE)
FIND_NUMPY()
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_DIRS})
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python")
SET(PYTHON_LOCAL_PATH "sot/pattern_generator")
ENDIF(BUILD_PYTHON_INTERFACE)

ADD_SUBDIRECTORY(src)
Expand Down

0 comments on commit f4c0741

Please sign in to comment.