Re: [CMake] FindPostgreSQL.cmake won't work on ubuntu

2012-12-18 Thread Ilia Choly
On 12-12-17 03:11 PM, Matthew Woehlke wrote: On 2012-12-17 14:55, Ilia Choly wrote: I'm trying to get the `FindPostgreSQL` module to find `/usr/include/postgresql/libpq-fe.h`. This is the error I get: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESS

Re: [CMake] FindPostgreSQL.cmake won't work on ubuntu

2012-12-17 Thread Rolf Eike Beer
Ilia Choly wrote: > * Ubuntu 12.04 > * CMake 2.8.9 > * Postgresql 9.2.2 Maybe the usual multiarch breakage? http://cmake.org/Bug/view.php?id=13378 Eike -- signature.asc Description: This is a digitally signed message part. -- Powered by www.kitware.com Visit other Kitware open-source project

Re: [CMake] FindPostgreSQL.cmake won't work on ubuntu

2012-12-17 Thread Matthew Woehlke
On 2012-12-17 14:55, Ilia Choly wrote: I'm trying to get the `FindPostgreSQL` module to find `/usr/include/postgresql/libpq-fe.h`. This is the error I get: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE): Could NOT find PostgreSQL (missin

[CMake] FindPostgreSQL.cmake won't work on ubuntu

2012-12-17 Thread Ilia Choly
* Ubuntu 12.04 * CMake 2.8.9 * Postgresql 9.2.2 I'm trying to get the `FindPostgreSQL` module to find `/usr/include/postgresql/libpq-fe.h`. Here's what I have in my `CMakeLists.txt`: find_package(PostgreSQL REQUIRED) This is the error I get: CMake Error at /usr/share/cmake-2.8/Modu