mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Suppress build error on #5
This commit is contained in:
parent
a8109e0450
commit
a17cf9f7ba
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ ADD test test
|
||||||
ADD CMakeLists.txt CMakePresets.json Doxyfile /blah2/
|
ADD CMakeLists.txt CMakePresets.json Doxyfile /blah2/
|
||||||
RUN ls -lah /opt/uhd/lib/cmake/uhd/ && cat /opt/uhd/lib/cmake/uhd/UHDConfigVersion.cmake
|
RUN ls -lah /opt/uhd/lib/cmake/uhd/ && cat /opt/uhd/lib/cmake/uhd/UHDConfigVersion.cmake
|
||||||
RUN mkdir -p build && cd build && cmake -S . --preset prod-release \
|
RUN mkdir -p build && cd build && cmake -S . --preset prod-release \
|
||||||
-DCMAKE_PREFIX_PATH=/blah2/lib/vcpkg_installed/x64-linux/share .. \
|
-DCMAKE_PREFIX_PATH=/blah2/lib/vcpkg_installed/x64-linux/share -Wno-error=dev .. \
|
||||||
&& cd prod-release && make
|
&& cd prod-release && make
|
||||||
RUN chmod +x bin/blah2
|
RUN chmod +x bin/blah2
|
||||||
|
|
Loading…
Reference in a new issue