NOISSUE always build with PIC

This commit is contained in:
Petr Mrázek 2023-06-01 09:46:37 +02:00
parent 338b3d6dde
commit 5cbcbc6be9

View File

@ -114,6 +114,7 @@ add_custom_target(ga_version echo ::set-output name=version::${PROJECT_VERSION_M
# Find the required Qt parts # Find the required Qt parts
find_package(Qt6 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml) find_package(Qt6 REQUIRED COMPONENTS Core Widgets Concurrent Network Test Xml)
SET(CMAKE_POSITION_INDEPENDENT_CODE ON)
####################################### Secrets ####################################### ####################################### Secrets #######################################