File tree Expand file tree Collapse file tree 6 files changed +1
-5
lines changed
Expand file tree Collapse file tree 6 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ if(NOT WIN32 AND NOT APPLE AND NOT EMSCRIPTEN)
304304endif ()
305305
306306set (CMAKE_ARGS
307+ -DBUILD_SHARED_LIBS=OFF
307308 -DCMAKE_BUILD_TYPE=${LIBOPENCOR_BUILD_TYPE}
308309 ${CMAKE_C_FLAGS_ARGS}
309310 ${CMAKE_CXX_FLAGS_ARGS}
Original file line number Diff line number Diff line change 8282 CMAKE_CACHE_ARGS
8383 -DCMAKE_C_FLAGS:STRING=${PACKAGE_C_FLAGS}
8484 CMAKE_ARGS
85- -DBUILD_SHARED_LIBS=OFF
8685 ${CMAKE_ARGS}
8786 -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
8887 -DEXAMPLES_ENABLE_C=OFF
Original file line number Diff line number Diff line change 7979 -DCURL_BROTLI=OFF
8080 -DCURL_ZSTD=OFF
8181 -DBUILD_CURL_EXE=OFF
82- -DBUILD_SHARED_LIBS=OFF
8382 -DBUILD_TESTING=OFF
8483 ${CMAKE_ARGS}
8584 -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
Original file line number Diff line number Diff line change 7373 DOWNLOAD_NO_PROGRESS ON
7474 CMAKE_ARGS
7575 -DBUILD_EXAMPLES=OFF
76- -DBUILD_SHARED_LIBS=OFF
7776 -DBUILD_STATIC_LIBS=ON
7877 -DBUILD_TESTING=OFF
7978 ${CMAKE_ARGS}
Original file line number Diff line number Diff line change 7878 https://github.com/opencor/${PACKAGE_REPOSITORY}/archive/refs/tags/${RELEASE_TAG}.tar.gz
7979 DOWNLOAD_NO_PROGRESS ON
8080 CMAKE_ARGS
81- -DBUILD_SHARED_LIBS=OFF
8281 ${CMAKE_ARGS}
8382 -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
8483 -DLIBXML2_WITH_DEBUG=OFF
Original file line number Diff line number Diff line change 7878 https://github.com/opencor/${PACKAGE_REPOSITORY}/archive/refs/tags/${RELEASE_TAG}.tar.gz
7979 DOWNLOAD_NO_PROGRESS ON
8080 CMAKE_ARGS
81- -DBUILD_SHARED_LIBS=OFF
8281 ${CMAKE_ARGS}
8382 -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}
8483 -DZLIB_COMPAT=ON
You can’t perform that action at this time.
0 commit comments