Suppress build error on #5

This commit is contained in:
30hours 2024-01-28 01:49:54 +00:00
parent a8109e0450
commit a17cf9f7ba

View file

@ -50,6 +50,6 @@ ADD test test
ADD CMakeLists.txt CMakePresets.json Doxyfile /blah2/
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 \
-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
RUN chmod +x bin/blah2