aboutsummaryrefslogtreecommitdiff
path: root/ports/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ace')
-rw-r--r--ports/ace/portfile.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake
index 301354cae..d72e92923 100644
--- a/ports/ace/portfile.cmake
+++ b/ports/ace/portfile.cmake
@@ -8,8 +8,7 @@ vcpkg_download_distfile(ARCHIVE
vcpkg_extract_source_archive(${ARCHIVE})
if (TRIPLET_SYSTEM_ARCH MATCHES "arm")
- message(FATAL_ERROR, "ARM is currently not supported.")
- return()
+ message(FATAL_ERROR "ARM is currently not supported.")
elseif (TRIPLET_SYSTEM_ARCH MATCHES "x86")
set(MSBUILD_PLATFORM "Win32")
else ()