Re: [CMake] FindODBC.cmake

2010-11-02 Thread Adam J Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 01 Nov 2010 20:04:44 + Mateusz Loskot wrote: > > Thanks Mateusz, that's great! I only needed to add "odbc32" to the > > list of library names (MinGW's OBDC implementation is in > > libodbc32.a). > > I'm glad it helped and thanks for the f

Re: [CMake] FindODBC.cmake

2010-11-01 Thread Mateusz Loskot
On 01/11/10 15:31, Adam J Richardson wrote: > On Mon, 01 Nov 2010 14:25:24 + > "Mateusz Loskot" wrote: >> Hi, >> You may find the one in SOCI repo useful >> http://soci.git.sf.net/ > >> And go to src/cmake/modules > > Thanks Mateusz, that's great! I only needed to add "odbc32" to the list >

Re: [CMake] FindODBC.cmake

2010-11-01 Thread Adam J Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 01 Nov 2010 14:25:24 + "Mateusz Loskot" wrote: > Hi, > You may find the one in SOCI repo useful > http://soci.git.sf.net/ > > And go to src/cmake/modules Thanks Mateusz, that's great! I only needed to add "odbc32" to the list of library

Re: [CMake] FindODBC.cmake

2010-11-01 Thread Mateusz Loskot
Hi, You may find the one in SOCI repo useful http://soci.git.sf.net/ And go to src/cmake/modules -- Mateusz Łoskot, http::/mateusz.loskot.net (Sent from my mobile) - Reply message - From: "Adam J Richardson" Date: Mon, Nov 1, 2010 11:48 Subject: [CMake] FindODBC.cmake To:

[CMake] FindODBC.cmake

2010-11-01 Thread Adam J Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, Does anyone know of a good FindODBC.cmake I can grab from somewhere? My Modules directory lacks one. :/ If not I'll write a quick one for inclusion in the new release. I'll assume either Win32 standard or unixodbc is fine since they're compa