On 14 March 2013 14:58, caseyjames <[email protected]> wrote: > > I'm trying to get SOCI up an running on iOS.
Sweet! > I'm getting errors at the end of the cmake build. > > -- Could NOT find Threads (missing: Threads_FOUND) > CMake Error at core/CMakeLists.txt:22 (message): > No thread library found > > Is there a way to set a path manually to a threading library like I did with > boost? What can I do to get this building? Not that I'm aware of any. SOCI relies on FindThreads.cmake module bundled with CMake 2.8+ Are you using the same distribution? I've never tried to build anything for iOS myself, but quick web search suggests this is a known problem: http://stackoverflow.com/a/14198386/151641 I wish I could help better. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
