]> granicus.if.org Git - json-c/commit
CMake: Add an option to disable the use of thread-local storage.
authorBjörn Esser <besser82@fedoraproject.org>
Mon, 18 May 2020 09:38:58 +0000 (11:38 +0200)
committerBjörn Esser <besser82@fedoraproject.org>
Mon, 18 May 2020 10:27:19 +0000 (12:27 +0200)
commit78642dcb9b9b58bd0111ffba5e46b9346b8d486b
tree747245514835a8b448fbb88532d036441390a31b
parentdd040ba44605da3d186e76add85926423b588a75
CMake: Add an option to disable the use of thread-local storage.

Using thread-local storage may not be desired in all environments
and/or use-cases, thus there should be an option to disable its use
on purpose.

Fixes #451.
CMakeLists.txt