Enable PIC

This commit is contained in:
Jordon Brooks 2024-04-07 01:34:16 +01:00
parent 448f0c2124
commit e3830ccf36
Signed by: jordon
GPG key ID: DBD9758CD53E786A

View file

@ -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)