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 e356ab9 commit dae22a5Copy full SHA for dae22a5
benchmarks/CMakeLists.txt
@@ -253,7 +253,7 @@ else(ZURI_FOUND)
253
message(STATUS "Zuri not found! Please install to include in benchmark.")
254
endif(ZURI_FOUND)
255
256
-
+if(NOT WIN32)
257
# We want the check whether Rust is available before trying to build a crate.
258
CPMAddPackage(
259
NAME corrosion
@@ -263,7 +263,7 @@ CPMAddPackage(
263
OPTIONS "Rust_FIND_QUIETLY OFF"
264
)
265
include("${corrosion_SOURCE_DIR}/cmake/FindRust.cmake")
266
+endif()
267
268
if(RUST_FOUND)
269
message(STATUS "Rust found: " ${Rust_VERSION} )
0 commit comments