Skip to content

Commit 0a380a5

Browse files
committed
Removed requitements nlohmann::json (Author of nlohmann::json deny support wsjcpp subsystems)
1 parent 452b493 commit 0a380a5

File tree

8 files changed

+1
-25541
lines changed

8 files changed

+1
-25541
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- Updated years in license
77
- Added license comment to source files
88
- Apply clang format for source code
9+
- Removed requitements nlohmann::json (Author of nlohmann::json deny support wsjcpp subsystems)

src.wsjcpp/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_core.h")
2424
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_resources_manager.h")
2525
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_resources_manager.cpp")
2626

27-
# nlohmann/json:v3.9.1
28-
list (APPEND WSJCPP_INCLUDE_DIRS "./src.wsjcpp/nlohmann_json/")
29-
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/nlohmann_json/json.hpp")
30-
3127
# required-libraries
3228
list (APPEND WSJCPP_LIBRARIES "-lpthread")
3329

0 commit comments

Comments
 (0)