diff options
author | Michele Calgaro <[email protected]> | 2024-12-27 14:15:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-27 14:15:25 +0900 |
commit | dc774c76f7d02762ce71f45c538c98caeae4e5c4 (patch) | |
tree | cf1b283573800e178b3bb56ef96740409480ac2d /CMakeLists.txt | |
parent | 319f85acb1d120b8d776bfd15a64f793568d66fd (diff) | |
download | tdeaddons-dc774c76f7d02762ce71f45c538c98caeae4e5c4.tar.gz tdeaddons-dc774c76f7d02762ce71f45c538c98caeae4e5c4.zip |
Replace pthread linking with cmake-based variable
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cba5a8..3f47fac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ project( tdeaddons ) ##### include essential cmake modules ########### include( FindPkgConfig ) +include( FindThreads ) include( CheckIncludeFile ) include( CheckLibraryExists ) include( CheckSymbolExists ) |