Skip to content

Commit

Permalink
use cmake3
Browse files Browse the repository at this point in the history
  • Loading branch information
kd7lxl committed Apr 7, 2021
1 parent 761fcb5 commit 5c1c27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ cd "$BUILD_PATH/yaml-cpp-$YAML_CPP_VERSION"
mkdir .build
cd .build

cmake -DCMAKE_BUILD_TYPE=Release \
cmake3 -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
-DYAML_BUILD_SHARED_LIBS=ON \
-DYAML_CPP_BUILD_TESTS=OFF \
Expand Down

0 comments on commit 5c1c27c

Please sign in to comment.