tiscamera: fix build issue due to cmake 4 (#453875)

This commit is contained in:
Yohann Boniface
2025-10-31 22:44:05 +00:00
committed by GitHub
+1
View File
@@ -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";