Skip to content

Commit

Permalink
Submodule again.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Feb 23, 2024
1 parent b969d7e commit 5c01cb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "ext/backward-cpp"]
path = ext/backward-cpp
url = https://github.com/bombela/backward-cpp.git
[submodule "ext/backward"]
path = ext/backward
url = https://github.com/bombela/backward-cpp.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if(NMODL_3RDPARTY_USE_SPDLOG)
set(SPDLOG_BUILD_PIC ON)
endif()
cpp_cc_git_submodule(spdlog BUILD PACKAGE spdlog REQUIRED)
cpp_cc_git_submodule(backward-cpp BUILD PACKAGE backward REQUIRED)
cpp_cc_git_submodule(backward BUILD PACKAGE backward REQUIRED)

# =============================================================================
# Format & execute ipynb notebooks in place (pip install nbconvert clean-ipynb)
Expand Down
1 change: 1 addition & 0 deletions ext/backward
Submodule backward added at 51f070

0 comments on commit 5c01cb4

Please sign in to comment.