removed redundant call to find_package

release/4.3a0
Matthew Broadway 2019-03-07 15:58:05 +00:00
parent dc80bc0755
commit 2f232fd4d4
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ endfunction()
function(set_up_required_cython_packages)
# Set up building of cython module
if(GTSAM_PYTHON_VERSION STREQUAL "Default")
find_package(PythonLibs REQUIRED)
else()
find_package(PythonLibs ${GTSAM_PYTHON_VERSION} EXACT REQUIRED)
endif()
include_directories(${PYTHON_INCLUDE_DIRS})
find_package(NumPy REQUIRED)
include_directories(${NUMPY_INCLUDE_DIRS})