Hello, I upgraded cmake for my jettson. I upgraded it from 3.16.3 to 3.19 and compiled it from the source code. I had previously installed opencv by compiling it from the source, but now I am getting an opecnv not found error when compiling a project that has an opencv dependency for cmake 3.19. How can I overcome this? I will try to recompile it with the current cmak for opencv.
I would be very happy if you could help me with this, thank you in advance
@DaneLLL
Hi,
Please try the script and see if it works:
Jetson AGX Orin FAQ
Q: How to build an OpenCV with CUDA support on JetPack 6.0 GA?
These are validated on default Jetpack release. If you fail to run the script, we would suggest use default version of cmake.
Hello, thank you for your help. I solved the opencv error for cmake, but now I get the gstest::gmock not found error while compiling mavsdk. I have no idea how to solve this. For this, I did the gtest installations, but I still get the same error. I also built cmake from source, I am using 3.19.0, I downloaded the cmake-3.19.0.tar.gz file. I wonder if I did the installations wrong, I have no idea, to be honest, because I can’t see it as a cmake file in /usr/lib/aarch64-linux-gnu/. Can you help me with this?