1
0
mirror of synced 2025-02-26 06:18:05 +01:00

build: Get rid of unused Toolchain file warning

This commit is contained in:
WerWolv 2025-02-17 13:19:41 +01:00
parent 0499807597
commit c83a5cc1b7

View File

@ -381,6 +381,10 @@ endfunction()
macro(configureCMake)
message(STATUS "Configuring ImHex v${IMHEX_VERSION}")
if (DEFINED CMAKE_TOOLCHAIN_FILE)
message(STATUS "Using toolchain file: \"${CMAKE_TOOLCHAIN_FILE}\"")
endif()
set(CMAKE_POSITION_INDEPENDENT_CODE ON CACHE BOOL "Enable position independent code for all targets" FORCE)
# Configure use of recommended build tools