Skip to content

Commit

Permalink
fix(cmake): avoid adding the custom target since it is unused for non…
Browse files Browse the repository at this point in the history
… bundled builds.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Aug 22, 2024
1 parent 42dab1a commit eee5353
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/modules/njson.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,4 @@ else()
INSTALL_COMMAND "")
endif()

if(NOT TARGET nlohmann_json)
add_custom_target(nlohmann_json)
endif()

include_directories("${NJSON_INCLUDE}")

0 comments on commit eee5353

Please sign in to comment.