Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions SEImplementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ elements_depends_on_subdirs(Pyston)

find_package(PythonInterp ${PYTHON_EXPLICIT_VERSION} REQUIRED)
find_package(PythonLibs ${PYTHON_EXPLICIT_VERSION} REQUIRED)
find_package(BoostPython ${PYTHON_EXPLICIT_VERSION})
find_package(Boost 1.53 REQUIRED)
find_package(Boost 1.53 REQUIRED COMPONENTS python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
find_package(OnnxRuntime)
find_package(Log4CPP REQUIRED)

Expand Down Expand Up @@ -101,10 +100,10 @@ elements_add_library(SEImplementation
LINK_LIBRARIES
ElementsKernel Configuration Table
SEUtils SEFramework ModelFitting
BoostPython PythonLibs PythonInterp
PythonLibs PythonInterp
Pyston
${OPT_LIBRARIES}
INCLUDE_DIRS ${BoostPython_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS} ${OPT_INCLUDES}
INCLUDE_DIRS ${PYTHON_INCLUDE_DIRS} ${OPT_INCLUDES}
PUBLIC_HEADERS SEImplementation)

#===============================================================================
Expand Down
38 changes: 0 additions & 38 deletions cmake/modules/FindBoostPython.cmake

This file was deleted.

Loading