Skip to content

Commit

Permalink
With great fear...
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Nov 19, 2024
1 parent f029541 commit 4bbae8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ endif()
### PYTHON BINDINGS ###
# Do some tricky things for the python package
option(PYTHON_PACKAGE "Generate a build for a python package, should be OFF except in setupy.py" OFF)
if (PYTHON_PACKAGE)
set(CMAKE_INSTALL_RPATH "$ORIGIN")
endif()

option(WRAP_PYTHON "Generate a pybind11 wrapper" OFF)
if (WRAP_PYTHON)
Expand Down

0 comments on commit 4bbae8a

Please sign in to comment.