We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfefe0 commit 409ad00Copy full SHA for 409ad00
2 files changed
.github/workflows/c.yml
@@ -178,7 +178,7 @@ jobs:
178
179
- name: Install to staging directory
180
working-directory: c
181
- run: cmake --install build --prefix staging --config Release --component json_structure
+ run: cmake --install build --prefix staging --config Release
182
183
- name: Create archive (Unix)
184
if: runner.os != 'Windows'
c/CMakeLists.txt
@@ -74,6 +74,7 @@ if(JS_FETCH_DEPENDENCIES)
74
75
# Configure cJSON options
76
set(ENABLE_CJSON_TEST OFF CACHE BOOL "" FORCE)
77
+ set(ENABLE_CJSON_INSTALL OFF CACHE BOOL "" FORCE)
78
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
79
set(BUILD_SHARED_AND_STATIC_LIBS OFF CACHE BOOL "" FORCE)
80
set(CJSON_OVERRIDE_BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
0 commit comments