changeset 611:1aee784f70e0

Fix path for OpenSUSE
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 02 Dec 2010 15:34:55 +0900
parents a137913d9f88
children 95bb43106039
files cmake/Modules/FindPostgreSQL.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmake/Modules/FindPostgreSQL.cmake	Wed Dec 01 18:19:54 2010 +0900
+++ b/cmake/Modules/FindPostgreSQL.cmake	Thu Dec 02 15:34:55 2010 +0900
@@ -12,7 +12,7 @@
 # Include dir
 find_path(POSTGRESQL_INCLUDE_DIR 
 	NAMES libpq-fe.h
-	PATH_SUFFIXES postgresql
+	PATH_SUFFIXES pgsql postgresql
 )
 
 # Library
"Welcome to our mercurial repository"