Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/nanobind'
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Jun 20, 2024
2 parents d7aa1ac + c2d314a commit 41c50ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nrnpython/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ set(NRNPYTHON_FILES_LIST
rxd_marching_cubes.cpp
rxd_llgramarea.cpp)

if (MINGW)
list(APPEND NRNPYTHON_FILES_LIST nrnpython.def)
if(MINGW)
list(APPEND NRNPYTHON_FILES_LIST nrnpython.def)
endif()

set(INCLUDE_DIRS
Expand Down

0 comments on commit 41c50ad

Please sign in to comment.