tiscamera: fix build issue due to cmake 4

This commit is contained in:
Andrew Zah
2025-10-21 10:27:36 +09:00
parent b43c43d642
commit d7b4f13e14
+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";