diff --git a/CMakeLists.txt b/CMakeLists.txt index 1825aeb49..ae6b3840d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,6 +114,7 @@ add_custom_target(ga_version echo ::set-output name=version::${PROJECT_VERSION_M # Find the required Qt parts find_package(Qt6 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml) +SET(CMAKE_POSITION_INDEPENDENT_CODE ON) ####################################### Secrets #######################################