Skip to content

Commit

Permalink
Remove mention of CORENRN_ENABLE_NMODL option (#3113)
Browse files Browse the repository at this point in the history
It was removed in #2247
  • Loading branch information
JCGoran authored Oct 3, 2024
1 parent 682a237 commit 2c5594a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmake/NeuronTestHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ function(nrn_add_test)
set(feature_mod_compatibility_enabled OFF)
endif()
set(feature_gpu_enabled ${CORENRN_ENABLE_GPU})
set(feature_nmodl_enabled ${CORENRN_ENABLE_NMODL})
# Check REQUIRES
set(requires_coreneuron OFF)
foreach(required_feature ${NRN_ADD_TEST_REQUIRES})
Expand Down
4 changes: 2 additions & 2 deletions docs/cmake_doc/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ Other CoreNEURON options:
-------------------------
There are 20 or so cmake arguments specific to a CoreNEURON
build that are listed in https://github.com/neuronsimulator/nrn/blob/master/src/coreneuron/CMakeLists.txt.
The ones of particular interest that can be used on the NEURON
CMake configure line are `CORENRN_ENABLE_NMODL` and `CORENRN_ENABLE_GPU`.
The one of particular interest that can be used on the NEURON
CMake configure line is `CORENRN_ENABLE_GPU`.

NMODL options
=============
Expand Down

0 comments on commit 2c5594a

Please sign in to comment.