We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9dbf4 commit 84828afCopy full SHA for 84828af
CMakeLists.txt
@@ -257,7 +257,7 @@ if(WITH_JBMC)
257
endif()
258
259
option(WITH_RUST_API "Build with the CPROVER Rust API" OFF)
260
-if(${CMAKE_VERSION} VERSION_LESS "3.19.0")
+if(${CMAKE_VERSION} VERSION_LESS "3.19.0" AND WITH_RUST_API)
261
message("Unable to build the Rust API without version CMake 3.19.0")
262
message("(The Rust build depends on CMake plugins with dependencies on CMake 3.19.0 and above)")
263
else()
0 commit comments