Skip to content

Commit fca0ae7

Browse files
committed
Build All
1 parent b66cfd7 commit fca0ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rm -f "$DEFAULT_PROFILE.bak"
6060

6161
if [[ ! -d $BUILD_DIR ]]; then
6262
echo -e "${BLUE}==== install required dependencies ====${NC}"
63-
conan install . --output-folder="$BUILD_DIR" --build="missing" --settings=build_type="$BUILD_TYPE"
63+
conan install . --output-folder="$BUILD_DIR" --build="*" --settings=build_type="$BUILD_TYPE"
6464
fi
6565

6666
pushd "$BUILD_DIR"

0 commit comments

Comments
 (0)