File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ try_compile(BUILD_RESULT
4040# Setting -Werror in CXXFLAGS would produce errors instead of warning
4141# but that should not break the architecture detection,
4242# so we only print a CMake warning there and use BUILD_LOG content to
43- # detect unsupported platforms.
43+ # detect unknown platforms.
4444# Catching compilation error is still useful, for example to detect
4545# undefined types, missing header or things like that.
4646# Setting USE_WERROR to ON doesn't print this warning.
@@ -60,8 +60,6 @@ if (NOT ARCH)
6060 "Missing DAEMON_ARCH, there is a mistake in DaemonArchitecture.cpp\n "
6161 "${BUILD_LOG} "
6262 )
63- elseif (ARCH STREQUAL "unsupported" )
64- message (FATAL_ERROR "Architecture not supported" )
6563endif ()
6664
6765message (STATUS "Detected architecture: ${ARCH} " )
You can’t perform that action at this time.
0 commit comments