folly: added new package. Also modified double-conversion to use 'pic'. (#4449)

This commit is contained in:
Massimiliano Culpo
2017-06-07 21:42:15 +02:00
committed by Adam J. Stewart
parent 1b9af88572
commit 69bd119d64
2 changed files with 63 additions and 0 deletions

View File

@@ -45,3 +45,6 @@ class DoubleConversion(CMakePackage):
version('1.1.5', 'ddf782373e2630c07b2691c31cee0b24')
version('1.1.4', '5df72704406d93cd54c73d73f02e2744')
version('1.1.3', 'b312152c8c66c80449d5e0325b94502e')
def cmake_args(self):
return ['-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true']