Fix dotnet download in Windows x64 build.
authorMikhail Kurinnoi <m.kurinnoi@samsung.com>
Fri, 10 Jun 2022 13:25:46 +0000 (16:25 +0300)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Mon, 18 Jul 2022 12:30:27 +0000 (15:30 +0300)
fetchdeps.cmake

index 8ca6b7fe125e11d9447d4c2b00b4551d5f590822..6a2f0a02365f0189340bedb0235bfa5386b452f0 100644 (file)
@@ -49,7 +49,7 @@ if ("${DOTNET_DIR}" STREQUAL "" AND (("${DBGSHIM_RUNTIME_DIR}" STREQUAL "") OR $
         endif()
         if (CLR_CMAKE_PLATFORM_ARCH_I386)
             set(NETSDKARCH "x86")
-        elseif()
+        else()
             set(NETSDKARCH "x64")
         endif()
         execute_process(