Unverified Commit d7b4f13e authored by Andrew Zah's avatar Andrew Zah
Browse files

tiscamera: fix build issue due to cmake 4

parent b43c43d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
    "-DTCAM_INTERNAL_ARAVIS=OFF"
    "-DTCAM_ARAVIS_USB_VISION=${if withAravis && withAravisUsbVision then "ON" else "OFF"}"
    "-DTCAM_INSTALL_FORCE_PREFIX=ON"
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
  ];

  env.CXXFLAGS = "-include cstdint";