File: boost_chrono.patch

package info (click to toggle)
soapyosmo 0.2.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,860 kB
  • sloc: cpp: 16,159; python: 11,343; xml: 263; makefile: 12; sh: 1
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,6 +102,7 @@
 SET(BOOST_REQUIRED_COMPONENTS
     thread
     system
+    chrono
 )
 
 if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")