Skip to content

Commit 335f32a

Browse files
committed
fix
1 parent c034651 commit 335f32a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ set(CORROSION_VERBOSE_OUTPUT ON)
44
set(CMAKE_CXX_STANDARD 11)
55
set(CMAKE_CXX_STANDARD_REQUIRED 1)
66

7+
execute_process(
8+
COMMAND rustup target list --installed
9+
OUTPUT_VARIABLE RUST_TARGETS
10+
)
711
# Propagate arch to rust build for CI
812
set(Rust_CARGO_TARGET "")
913
if("${OS_NAME}" STREQUAL "linux")

0 commit comments

Comments
 (0)