]> Dogcows Code - chaz/tint2/commitdiff
*fix* use -pthread also for tint2 because we're using processes which starts new...
authorAndreas Fink <andreas.fink85@googlemail.com>
Mon, 14 Jun 2010 09:48:40 +0000 (09:48 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Mon, 14 Jun 2010 09:48:40 +0000 (09:48 +0000)
CMakeLists.txt

index 4b51708dbccd08f058b37b6a42b1e78f4258378d..4cfb361b0aef7f06ce973c4107ec06a6af623cb7 100644 (file)
@@ -91,8 +91,8 @@ if( RT_LIBRARY )
 endif( RT_LIBRARY )
 
 add_dependencies( tint2 version )
-set_target_properties( tint2 PROPERTIES COMPILE_FLAGS -Wall )
-#set_target_properties(tint2 PROPERTIES LINK_FLAGS -Wl,--as-needed)
+set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -pthread" )
+set_target_properties(tint2 PROPERTIES LINK_FLAGS "-pthread" )
 
 install( TARGETS tint2 DESTINATION bin )
 install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
This page took 0.026555 seconds and 4 git commands to generate.