File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - name : Install to staging directory
180180 working-directory : c
181- run : cmake --install build --prefix staging --config Release --component json_structure
181+ run : cmake --install build --prefix staging --config Release
182182
183183 - name : Create archive (Unix)
184184 if : runner.os != 'Windows'
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ if(JS_FETCH_DEPENDENCIES)
7474
7575 # Configure cJSON options
7676 set (ENABLE_CJSON_TEST OFF CACHE BOOL "" FORCE)
77+ set (ENABLE_CJSON_INSTALL OFF CACHE BOOL "" FORCE)
7778 set (BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
7879 set (BUILD_SHARED_AND_STATIC_LIBS OFF CACHE BOOL "" FORCE)
7980 set (CJSON_OVERRIDE_BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
You can’t perform that action at this time.
0 commit comments