From 2c5594a0cacf4dfa9f010ae3dd903c56e8247eb3 Mon Sep 17 00:00:00 2001 From: JCGoran Date: Thu, 3 Oct 2024 17:22:03 +0200 Subject: [PATCH] Remove mention of `CORENRN_ENABLE_NMODL` option (#3113) It was removed in #2247 --- cmake/NeuronTestHelper.cmake | 1 - docs/cmake_doc/options.rst | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake/NeuronTestHelper.cmake b/cmake/NeuronTestHelper.cmake index 405a5d7736..2e6a208b6a 100644 --- a/cmake/NeuronTestHelper.cmake +++ b/cmake/NeuronTestHelper.cmake @@ -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}) diff --git a/docs/cmake_doc/options.rst b/docs/cmake_doc/options.rst index 7a1ef1e449..087b477ab1 100644 --- a/docs/cmake_doc/options.rst +++ b/docs/cmake_doc/options.rst @@ -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 =============