Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 149572c

Browse files
committed
Update nmodl find_package logic
Update nmodl to new branch which could be 8.2
1 parent d3f8ebe commit 149572c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/packages/Findnmodl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
find_program(nmodl_BINARY NAMES nmodl${CMAKE_EXECUTABLE_SUFFIX}
3333
HINTS "${CORENRN_NMODL_DIR}/bin" QUIET)
3434

35-
find_path(nmodl_INCLUDE "nmodl/fast_math.ispc" HINTS "${CORENRN_NMODL_DIR}/include")
35+
find_path(nmodl_INCLUDE "nmodl/fast_math.hpp" HINTS "${CORENRN_NMODL_DIR}/include")
3636
find_path(nmodl_PYTHONPATH "nmodl/__init__.py" HINTS "${CORENRN_NMODL_DIR}/lib")
3737

3838
# Checks 'REQUIRED', 'QUIET' and versions.

external/nmodl

Submodule nmodl updated 85 files

0 commit comments

Comments
 (0)