Skip to content

Commit

Permalink
Fix for fmt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 16, 2024
1 parent 16c5076 commit 17aa9d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ option(NMODL_BUILD_WHEEL "Flag to signal we are building a wheel" OFF)
if(NMODL_BUILD_WHEEL)
set(LINK_AGAINST_PYTHON OFF)
set(NMODL_ENABLE_TESTS OFF)
# this is a sort of a workaround for the behavior described here:
# https://github.com/fmtlib/fmt/pull/3264
# basically fmt will now not install itself in `/lib` and similar directories
set(FMT_INSTALL OFF)
endif()

# =============================================================================
Expand Down

0 comments on commit 17aa9d1

Please sign in to comment.