From 5f49bf4ddc1c515205b400f2491bf33aff9a0106 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Mon, 6 Feb 2017 15:32:57 +0300 Subject: Added comma to platform list --- src/Native/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Native/CMakeLists.txt') diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index b543241ce..91f5d9a71 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -22,7 +22,7 @@ function(clr_unknown_arch) if (WIN32) message(FATAL_ERROR "Only AMD64 and I386 are supported") else() - message(FATAL_ERROR "Only AMD64, ARM64 ARM and ARMEL are supported") + message(FATAL_ERROR "Only AMD64, ARM64, ARM and ARMEL are supported") endif() endfunction() -- cgit v1.2.3