Fix CMake warning

This commit is contained in:
Alexander Neumann
2024-05-30 09:04:23 +02:00
committed by GitHub
parent 0073affe63
commit dd4505c5dd

View File

@@ -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)