Skip to content

Commit

Permalink
Revert "Do not redefine LINK_AGAINST_PYTHON"
Browse files Browse the repository at this point in the history
This reverts commit 6a6433b.
  • Loading branch information
JCGoran committed Feb 26, 2024
1 parent ca9d55a commit 1248829
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 @@ -25,6 +25,7 @@ set(NMODL_EXTRA_CXX_FLAGS
""
CACHE STRING "Add extra compile flags for NMODL sources")
separate_arguments(NMODL_EXTRA_CXX_FLAGS)
option(LINK_AGAINST_PYTHON "Should the Python library be linked or not" ON)
option(NMODL_BUILD_WHEEL "Flag to signal we are building a wheel" OFF)
if(NMODL_BUILD_WHEEL)
set(LINK_AGAINST_PYTHON OFF)
Expand Down

0 comments on commit 1248829

Please sign in to comment.