Enable PIC
This commit is contained in:
parent
448f0c2124
commit
e3830ccf36
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ endif()
|
||||||
|
|
||||||
set_target_properties(fmt PROPERTIES FOLDER External)
|
set_target_properties(fmt PROPERTIES FOLDER External)
|
||||||
|
|
||||||
|
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
|
||||||
|
|
||||||
# Find the current Git branch and the last commit timestamp
|
# Find the current Git branch and the last commit timestamp
|
||||||
find_package(Git QUIET)
|
find_package(Git QUIET)
|
||||||
if(GIT_FOUND)
|
if(GIT_FOUND)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue