File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ ${version:0:1} -ge 2 ]; then
1111 rm -rf build
1212 mkdir -p build
1313 cd build
14- cmake .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -Wno-dev
14+ cmake .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -DPIOASM_VERSION_STRING= $version - Wno-dev
1515 cmake --build .
1616
1717 cd ../../../..
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ ${version:0:1} -ge 2 ]; then
1111 rm -rf build
1212 mkdir -p build
1313 cd build
14- cmake .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -Wno-dev
14+ cmake .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -DPIOASM_VERSION_STRING= $version - Wno-dev
1515 cmake --build .
1616
1717 cd ../../../..
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [ ${sdkVersion:0:1} -ge 2 ]; then
2121 cd pico-sdk/tools/pioasm
2222 mkdir -p build
2323 cd build
24- cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -Wno-dev
24+ cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release -DPIOASM_FLAT_INSTALL=1 -DPIOASM_VERSION_STRING= $sdkVersion - Wno-dev
2525 cmake --build .
2626
2727 cd ../../../..
You can’t perform that action at this time.
0 commit comments