diff --git a/CMakeLists.txt b/CMakeLists.txt index c17bf52..1294ab1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,6 @@ if(NOT nlohmann_json_FOUND) ) FetchContent_MakeAvailable(nlohmann_json) - - add_library(nlohmann_json::nlohmann_json ALIAS nlohmann_json) endif() add_subdirectory(lib)