pthreadpool: enable shared libraries (#24657)

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Dylan Simon 2021-07-09 10:58:02 -04:00 committed by GitHub
parent 07fab46262
commit 02c5c76f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ class Pthreadpool(CMakePackage):
def cmake_args(self):
return [
self.define('BUILD_SHARED_LIBS', True),
self.define('FXDIV_SOURCE_DIR',
join_path(self.stage.source_path, 'deps', 'fxdiv')),
self.define('GOOGLETEST_SOURCE_DIR',