fix: re-enable C/C++ languages in CMake (#1942)
This commit is contained in:
parent
3739bcc40c
commit
592f613a61
@ -307,6 +307,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user