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:
parent
e00217ac1f
commit
274d8195f6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue