Skip to content

Commit

Permalink
More ccache control fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 28, 2024
1 parent 0767f78 commit 38c2f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/prepare_externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ function build_cc_mqtt5_libs() {
${COMMON_CMAKE_GENERATOR:+"-G ${COMMON_CMAKE_GENERATOR}"} ${COMMON_CMAKE_PLATFORM:+"-A ${COMMON_CMAKE_PLATFORM}"} \
-DCMAKE_INSTALL_PREFIX=${CC_MQTT5_LIBS_INSTALL_DIR} -DCMAKE_BUILD_TYPE=${COMMON_BUILD_TYPE} \
-DCMAKE_PREFIX_PATH=${COMMS_INSTALL_DIR}\;${CC_MQTT5_GENERATED_INSTALL_DIR} -DCMAKE_CXX_STANDARD=${COMMON_CXX_STANDARD} \
${COMMON_USE_CCACHE:+"-DCC_MQTT5_USE_CCACHE=${COMMON_USE_CCACHE}"}
-DCC_MQTT5_CLIENT_LIB_FORCE_PIC=ON -DCC_MQTT5_CLIENT_APPS=OFF \
${COMMON_USE_CCACHE:+"-DCC_MQTT5_USE_CCACHE=${COMMON_USE_CCACHE}"} \
-DCC_MQTT5_CLIENT_LIB_FORCE_PIC=ON -DCC_MQTT5_CLIENT_APPS=OFF
cmake --build ${CC_MQTT5_LIBS_BUILD_DIR} --config ${COMMON_BUILD_TYPE} --target install ${procs_param}
}

Expand Down

0 comments on commit 38c2f0b

Please sign in to comment.