summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorRay-V <[email protected]>2024-04-03 16:21:13 +0100
committerMichele Calgaro <[email protected]>2024-04-04 09:20:07 +0900
commitcd17d521400b1914397fd1453c21e21b1bc5931f (patch)
treee679ac9925e865cd26ce386f9785e2a70e9ccc1a /ConfigureChecks.cmake
parentf0b27130491362231de1957ca92e6724c19d0f47 (diff)
downloadgwenview-cd17d521400b1914397fd1453c21e21b1bc5931f.tar.gz
gwenview-cd17d521400b1914397fd1453c21e21b1bc5931f.zip
Fix pthread requiredr14.1.2
Signed-off-by: Ray-V <[email protected]>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d587bf1..205f5f5 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -98,6 +98,11 @@ if( NOT HAVE_LROUND )
endif( NOT HAVE_LROUND )
+##### check for thread support
+
+find_package( Threads )
+
+
##### check architecture
if( NOT CMAKE_ARCHITECTURE )