Make deps: Enable fPIC for Linux
Similar to D8823.
This commit is contained in:
@@ -37,6 +37,11 @@ if(APPLE)
|
||||
--with-pic
|
||||
)
|
||||
endif()
|
||||
elseif(UNIX)
|
||||
set(GMP_OPTIONS
|
||||
${GMP_OPTIONS}
|
||||
--with-pic
|
||||
)
|
||||
endif()
|
||||
|
||||
ExternalProject_Add(external_gmp
|
||||
|
||||
Reference in New Issue
Block a user