Re: [mitk-users] How to link module with pthread

2016-02-01 Thread Pukhlikov Mikhail
[mailto:mikhail.pukhli...@outlook.com] Sent: Montag, 1. Februar 2016 07:43 To: Kislinskiy, Stefan Subject: RE: AW: [mitk-users] How to link module with pthread Hello I used to add system;thread there and either tryed to use system boost and superbuild boost but still facing this problem> From: s.kislins...@d

Re: [mitk-users] How to link module with pthread

2016-02-01 Thread Kislinskiy, Stefan
, 1. Februar 2016 07:43 To: Kislinskiy, Stefan Subject: RE: AW: [mitk-users] How to link module with pthread Hello I used to add system;thread there and either tryed to use system boost and superbuild boost but still facing this problem > From: s.kislins...@dkfz-heidelberg.de<mailto:s.k

Re: [mitk-users] How to link module with pthread

2016-01-29 Thread Kislinskiy, Stefan
IES actually to "system;thread". Best regards, Stefan Von: Pukhlikov Mikhail [mikhail.pukhli...@outlook.com] Gesendet: Freitag, 29. Januar 2016 14:37 An: mitk-users@lists.sourceforge.net Betreff: [mitk-users] How to link module with pthread Hello!

[mitk-users] How to link module with pthread

2016-01-29 Thread Pukhlikov Mikhail
Hello! I'm writing module which is using boost asio which fails during linking due pthread_deatch etc... missing I need to guard pthread linking only for linux for now my cmake looks this way: MITK_CREATE_MODULE( PACKAGE_DEPENDS PUBLIC Boost ) but I'm getting: MITK-superbuild/ep/include/boost/