Skip to content

Commit

Permalink
Suppress build error on #5
Browse files Browse the repository at this point in the history
  • Loading branch information
30hours committed Jan 28, 2024
1 parent a8109e0 commit a17cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a17cf9f

Please sign in to comment.