Skip to content

Commit

Permalink
NOISSUE always build with PIC
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jun 1, 2023
1 parent 338b3d6 commit 5cbcbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 #######################################

Expand Down

0 comments on commit 5cbcbc6

Please sign in to comment.