Remove nlohmann_json library from CMakeLists.txt. This change simplifies the linking process by eliminating the dependency on the nlohmann JSON library, which is no longer required for the project.
This commit is contained in:
@@ -39,7 +39,6 @@ add_executable(main ${SOURCES})
|
|||||||
# Link libraries
|
# Link libraries
|
||||||
target_link_libraries(main
|
target_link_libraries(main
|
||||||
unitree_sdk2
|
unitree_sdk2
|
||||||
nlohmann_json::nlohmann_json
|
|
||||||
Threads::Threads
|
Threads::Threads
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user