Make deps: Enable fPIC for Linux

Similar to D8823.
This commit is contained in:
Sergey Sharybin 2020-09-21 12:53:24 +02:00
parent 216a221876
commit 6836a40287
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ if(APPLE)
--with-pic
)
endif()
elseif(UNIX)
set(GMP_OPTIONS
${GMP_OPTIONS}
--with-pic
)
endif()
ExternalProject_Add(external_gmp