Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Oct 1, 2024
1 parent 6fe9d38 commit e59accd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ cpp_cc_git_submodule(Random123)
cpp_cc_git_submodule(eigen)
find_package(fmt)
if(NOT fmt_FOUND)
message(STATUS "importing fmt from submodule")
nrn_add_external_project(fmt)
else()
message(STATUS "fmt has been found on the system")
endif()
set_property(TARGET fmt PROPERTY POSITION_INDEPENDENT_CODE ON)

Expand Down

0 comments on commit e59accd

Please sign in to comment.