diff options
author | saturneric <[email protected]> | 2024-01-15 09:40:59 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-15 09:40:59 +0000 |
commit | 73a5de11797b4a517d3f0b34b51dd2e944ede11b (patch) | |
tree | e65ee088dfde09bf703c5242a59496fd021b323b /src/core | |
parent | feat: use qt json support components in data object and infos gathering module (diff) | |
download | GpgFrontend-73a5de11797b4a517d3f0b34b51dd2e944ede11b.tar.gz GpgFrontend-73a5de11797b4a517d3f0b34b51dd2e944ede11b.zip |
refactor: remove nlohmann json library from project
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 28216653..4e3a5d49 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -92,10 +92,6 @@ endif() find_package(LibArchive REQUIRED) target_include_directories(gpgfrontend_core PRIVATE ${LibArchive_INCLUDE_DIR}) target_link_libraries(gpgfrontend_core PRIVATE archive) - -# link json -target_link_libraries(gpgfrontend_core - PUBLIC nlohmann_json::nlohmann_json) # link Qt core if(Qt6_DIR) |