Skip to content

Commit

Permalink
Use target fmt::fmt instead of fmt (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino authored Oct 3, 2024
1 parent 3db59a7 commit c5b3031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if(NOT TARGET CLI11::CLI11)
cpp_cc_git_submodule(cli11 BUILD PACKAGE CLI11 REQUIRED)
endif()
# We could have fmt incoming from NEURON
if(NOT TARGET fmt)
if(NOT TARGET fmt::fmt)
cpp_cc_git_submodule(fmt BUILD EXCLUDE_FROM_ALL PACKAGE fmt REQUIRED)
endif()
# If we're building from the submodule, make sure we pass -fPIC so that we can link the code into a
Expand Down

0 comments on commit c5b3031

Please sign in to comment.