File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ ExternalProject_Add(
1616 libmodbus
1717 PREFIX ${MODBUS_BIN}
1818 SOURCE_DIR ${MODBUS_DIR}
19- DOWNLOAD_COMMAND cd ${MODBUS_DIR} && git clean -dfX && ${MODBUS_DIR} /autogen.sh
20- CONFIGURE_COMMAND ${MODBUS_DIR} /configure --srcdir=${MODBUS_DIR} --prefix =${MODBUS_BIN} --enable-static =yes --disable-shared
21- BUILD_COMMAND make
22- INSTALL_COMMAND make install
19+ DOWNLOAD_COMMAND cd ${MODBUS_DIR} && git clean -dfX
20+ CONFIGURE_COMMAND cd ${MODBUS_DIR} && git clean -dfX && ${MODBUS_DIR} /autogen.sh && ${MODBUS_DIR} /configure --srcdir=${MODBUS_DIR} --prefix =${MODBUS_BIN} --enable-static =yes --disable-shared
21+ BUILD_COMMAND cd ${MODBUS_DIR} && make
22+ INSTALL_COMMAND cd ${MODBUS_DIR} && make install
2323 BUILD_BYPRODUCTS ${MODBUS_STATIC_LIB}
2424)
2525
You can’t perform that action at this time.
0 commit comments