1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

Fix minor mistake in cyclonedds override

This commit is contained in:
Ben Wolsieffer 2021-05-30 13:10:42 -04:00
parent e00217ac1f
commit 274d8195f6

View file

@ -68,7 +68,7 @@ let
cmakeFlags ? [], preConfigure ? "", ...
}: {
# Tries to download something with maven
cmakeFlags = [ "-DBUILD_IDLC=OFF" ];
cmakeFlags = cmakeFlags ++ [ "-DBUILD_IDLC=OFF" ];
# Fix running ddsconf from within the build directory (probably an RPATH
# issue)