Skip to content

Commit

Permalink
To fix rtmessage cjson build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhyama committed Sep 7, 2023
1 parent d8e5a2e commit f979da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ add_dependencies(libcimplog cimplog)
ExternalProject_Add(cJSON
PREFIX ${PREFIX_DIR}/cJSON
GIT_REPOSITORY https://github.com/DaveGamble/cJSON.git
GIT_TAG "39853e5148dad8dc5d32ea2b00943cf4a0c6f120"
#GIT_TAG "39853e5148dad8dc5d32ea2b00943cf4a0c6f120"
GIT_TAG v1.6.0
CMAKE_ARGS += -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
)
add_library(libcJSON STATIC SHARED IMPORTED)
Expand Down

0 comments on commit f979da1

Please sign in to comment.