Hi @Tecleanu_Ionut
There seems to be two issues here:
-
C Driver not found even though you have specified it in the CMAKE_PREFIX_PATH. Please double check the path to the C Driver is correct.
Because C driver isn’t found, the C++ driver attempts to download and build it, running into issue #2 below.
-
You are running into CDRIVER-4809. It was fixed in 1.26.0 and above. The workaround for this is to add a file named “VERSION_CURRENT” with content being the version of the C driver (for eg. 1.25.0) in the root of your C driver source. directory.