Cmake opencv with cross compiler doesn't work

hi,
i’m trying to build open cv on my windows 10 machine with toolchain of arm linux.
for windows (with MSVC2017 everything works fine.

i get the error below where you can see there is not “;” between string of paths.
does anyone know what to do?

thanks in advance

CMake Error in modules/videoio/CMakeLists.txt:
Imported target “ocv.3rdparty.gstreamer” includes non-existent path

“C:/Qt/6.2.1/Boot2Qt/jetson-tx2-devkit/toolchain/sysroots/armv8a-poky-linuxC:/Qt/6.2.1/Boot2Qt/jetson-tx2-devkit/toolchain/sysroots/armv8a-poky-linux/usr/include/gstreamer-1.0”

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

  • The path was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and references files it does not
    provide.