Make CMake target for nlohmann-json compatible with 2.1.1.
continuous-integration/drone/push Build is failing Details

(hopefully)
This commit is contained in:
tastytea 2020-06-29 06:40:09 +02:00
parent e836b76529
commit bd86dfef55
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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}")