mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[8221] Removed trailing whitespaces
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
0a7f878eb8
commit
cd17ada2e5
14 changed files with 108 additions and 108 deletions
|
|
@ -14,7 +14,7 @@ ENDIF (PGSQL_INCLUDE_DIR)
|
|||
# the registry settings checked are in order:
|
||||
# - for pgInstaller 8.2.x postgresql version
|
||||
# - for pgInstaller 8.3.x postgresql version
|
||||
SET(PGSQL_WIN_BASE
|
||||
SET(PGSQL_WIN_BASE
|
||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\PostgreSQL\\Installations\\{B823632F-3B72-4514-8861-B961CE263224};Base Directory]"
|
||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\PostgreSQL\\Installations\\{1F701DBD-1660-4108-B10A-FB435EA63BF0};Base Directory]")
|
||||
|
||||
|
|
@ -42,12 +42,12 @@ FIND_PATH(PGSQL_INCLUDE_DIR libpq-fe.h
|
|||
)
|
||||
|
||||
SET(PGSQL_NAMES pq libpq)
|
||||
SET(PGSQL_SEARCH_LIB_PATHS
|
||||
SET(PGSQL_SEARCH_LIB_PATHS
|
||||
${PGSQL_SEARCH_LIB_PATHS}
|
||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\PostgreSQL\\Installations\\{1F701DBD-1660-4108-B10A-FB435EA63BF0};Base Directory]/lib"
|
||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\PostgreSQL\\Installations\\{B823632F-3B72-4514-8861-B961CE263224};Base Directory]/lib"
|
||||
/usr/local/pgsql/lib
|
||||
/usr/local/lib
|
||||
/usr/local/pgsql/lib
|
||||
/usr/local/lib
|
||||
/usr/lib
|
||||
)
|
||||
FIND_LIBRARY(PGSQL_LIBRARY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue