Skip to content

Commit f1fd989

Browse files
committed
Change default build to *not* include Rust API.
In offline discussions, concerns were raised about Rust/Cargo being a build-time dependency of CBMC, and that users should have the (default) option of doing a CBMC build without Rust installed in their systems.
1 parent ea500da commit f1fd989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if(WITH_JBMC)
256256
add_subdirectory(jbmc)
257257
endif()
258258

259-
option(WITH_RUST_API "Build with the CPROVER Rust API" ON)
259+
option(WITH_RUST_API "Build with the CPROVER Rust API" OFF)
260260
if(${CMAKE_VERSION} VERSION_LESS "3.19.0")
261261
message("Unable to build the Rust API without version CMake 3.19.0")
262262
message("(The Rust build depends on CMake plugins with dependencies on CMake 3.19.0 and above)")

0 commit comments

Comments
 (0)