diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-27 11:39:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-27 20:44:38 +0900 |
| commit | f7c382275041ffc3934f9f46ad266a0efc3731fe (patch) | |
| tree | 0ba4f70a1ac1f061bce8d9f2074dbc6368235273 /CMakeLists.txt | |
| parent | 26b578daf1ffb9ba9bf84bc2550501d99b592437 (diff) | |
| download | rosegarden-f7c38227.tar.gz rosegarden-f7c38227.zip | |
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7f981e3ef115a8b9e40775c5d7e5b40aa5ad5cdd)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 50fb8e1..2c5ff90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ include( CheckStructHasMember ) include( CheckSymbolExists ) include( CheckTypeSize ) include( FindPkgConfig ) +include( FindThreads ) + ##### set up versioning ######################### |
