Skip to content

Commit

Permalink
Enable PIC
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordonbc committed Apr 7, 2024
1 parent 448f0c2 commit e3830cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HarmonyLinkLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ endif()

set_target_properties(fmt PROPERTIES FOLDER External)

set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)

# Find the current Git branch and the last commit timestamp
find_package(Git QUIET)
if(GIT_FOUND)
Expand Down

0 comments on commit e3830cc

Please sign in to comment.