Skip to content

Commit

Permalink
Merge pull request #611 from nim65s/master
Browse files Browse the repository at this point in the history
python: include python-helpers
  • Loading branch information
nim65s authored Jun 2, 2023
2 parents b54e1e2 + 11c15b8 commit eb5956a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ macro(FINDPYTHON)

if(PYTHON_EXPORT_DEPENDENCY)
install_jrl_cmakemodules_file("python.cmake")
install_jrl_cmakemodules_file("python-helpers.cmake")
string(
CONCAT PYTHON_EXPORT_DEPENDENCY_MACROS
"list(APPEND PYTHON_COMPONENTS ${PYTHON_COMPONENTS})\n"
Expand Down Expand Up @@ -518,3 +519,5 @@ macro(FIND_NUMPY)
message(STATUS " NUMPY_VERSION=${NUMPY_VERSION}")
endif()
endmacro()

include(${CMAKE_CURRENT_LIST_DIR}/python-helpers.cmake)

0 comments on commit eb5956a

Please sign in to comment.