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
11
11
rm -rf build
12
12
mkdir -p build
13
13
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
15
15
cmake --build .
16
16
17
17
cd ../../../..
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ ${version:0:1} -ge 2 ]; then
11
11
rm -rf build
12
12
mkdir -p build
13
13
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
15
15
cmake --build .
16
16
17
17
cd ../../../..
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [ ${sdkVersion:0:1} -ge 2 ]; then
21
21
cd pico-sdk/tools/pioasm
22
22
mkdir -p build
23
23
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
25
25
cmake --build .
26
26
27
27
cd ../../../..
You can’t perform that action at this time.
0 commit comments