File: 0011-include-threads-library.patch

package info (click to toggle)
ros-catkin 0.8.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,212 kB
  • sloc: python: 4,117; sh: 508; xml: 256; cpp: 136; makefile: 125
file content (21 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Markus Grimm <grimm@magazino.eu>
Date: Thu, 28 Mar 2019 22:48:00 +0100
Subject: include threads library

---
 cmake/all.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/all.cmake b/cmake/all.cmake
index 2b7d0bb..4ea2a98 100644
--- a/cmake/all.cmake
+++ b/cmake/all.cmake
@@ -159,7 +159,7 @@ foreach(filename
     tools/libraries
     tools/rt
 
-#    tools/threads
+    tools/threads
   )
   include(${catkin_EXTRAS_DIR}/${filename}.cmake)
 endforeach()