From dd4505c5ddbc0ca4b6fe40b43d27af13086d4bce Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Thu, 30 May 2024 09:04:23 +0200 Subject: [PATCH] Fix CMake warning --- cmake/prebuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/prebuild.cmake b/cmake/prebuild.cmake index 47e958419..6d98ed32e 100644 --- a/cmake/prebuild.cmake +++ b/cmake/prebuild.cmake @@ -1342,7 +1342,7 @@ else(NOT CMAKE_CROSSCOMPILING) if ("${CMAKE_C_COMPILER_ID}" STREQUAL "MSVC") #Use generic for MSVC now - message("MSVC") + message(STATUS "MSVC") set(GETARCH_FLAGS ${GETARCH_FLAGS} -DFORCE_GENERIC) else() list(APPEND GETARCH_SRC ${PROJECT_SOURCE_DIR}/cpuid.S)