Hello everybody!

I'm trying to make CMake find the following files from PostgreSQL package:
- libpq-fe.h
- library pq (i mean, -lpq)

I'm using the Find script attached to this e-mail, but neither header and
libraries are found.

I'm sure the both are installed.

Taking a look at the script, i saw that one of the paths analyzed in the
headers search is "/usr/include/postgresql", where the file libpq-fe.h is
saved, but the scripts doesn't find it.

Someone can help me fixing this script (i know almost nothing of CMake
scripts programming and, unfortunately, i have no time right now :( )

Thanks in advance for any help!

PS: Script file attached in this e-mail.

-- 
Best regards,

MaurĂ­cio Souza Klein.

Attachment: FindPostgreSQL.cmake
Description: Binary data

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to