fix: Some merge issues

This commit is contained in:
WerWolv
2024-09-15 15:55:21 +02:00
parent 96a588bd86
commit b3a0ebe7b6
3 changed files with 1 additions and 12 deletions

View File

@@ -307,9 +307,6 @@ endfunction()
macro(configureCMake)
message(STATUS "Configuring ImHex v${IMHEX_VERSION}")
# Enable C and C++ languages
enable_language(C CXX)
set(CMAKE_POSITION_INDEPENDENT_CODE ON CACHE BOOL "Enable position independent code for all targets" FORCE)
# Configure use of recommended build tools