summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 11:39:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 20:44:38 +0900
commitf7c382275041ffc3934f9f46ad266a0efc3731fe (patch)
tree0ba4f70a1ac1f061bce8d9f2074dbc6368235273 /CMakeLists.txt
parent26b578daf1ffb9ba9bf84bc2550501d99b592437 (diff)
downloadrosegarden-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.txt2
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 #########################