We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed6959 commit 03bdc63Copy full SHA for 03bdc63
cmake/modules/driver.cmake
@@ -31,8 +31,8 @@ else()
31
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
32
# ie., `cmake -DDRIVER_VERSION=dev ..`
33
if(NOT DRIVER_VERSION)
34
- set(DRIVER_VERSION "8.1.0+driver")
35
- set(DRIVER_CHECKSUM "SHA256=182e6787bf86249a846a3baeb4dcd31578b76d4a13efa16ce3f44d66b18a77a6")
+ set(DRIVER_VERSION "9.0.0+driver")
+ set(DRIVER_CHECKSUM "SHA256=ef563fe19f9cdbdfcf17cee3e83c79e8387b78a87e0593eb3e2787c9b8540113")
36
endif()
37
38
# cd /path/to/build && cmake /path/to/source
0 commit comments