Add cross compiling message

This commit is contained in:
WerWolv
2023-11-03 16:16:45 +01:00
parent 5206a712fe
commit 411214797b

View File

@@ -297,6 +297,10 @@ macro(configureCMake)
# Enable C and C++ languages
enable_language(C CXX)
if (CMAKE_CROSSCOMPILING)
message(STATUS "ImHex is being Cross-Compiled for ${CMAKE_SYSTEM_NAME}!")
endif ()
# Configure use of recommended build tools
if (IMHEX_USE_DEFAULT_BUILD_SETTINGS)
message(STATUS "Configuring CMake to use recommended build tools...")