From bd86dfef555fef9a3e0c470dc27f77624dd2a4ea Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Jun 2020 06:40:09 +0200 Subject: [PATCH] Make CMake target for nlohmann-json compatible with 2.1.1. (hopefully) --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d12f065..0b71eb1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,7 +14,7 @@ unset(sources_src) unset(headers_src) target_link_libraries(${PROJECT_NAME} - PRIVATE PkgConfig::cgicc nlohmann_json::nlohmann_json) + PRIVATE PkgConfig::cgicc nlohmann_json) install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")