[Cmake-commits] CMake branch, next, updated. v3.6.0-854-g4126c13

Nils Gladitz nilsgladitz at gmail.com
Thu Jul 14 12:27:22 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  4126c1355dcda9c9cd04d976fc9c453319aeb117 (commit)
       via  58677c327fd4a47aa88efe121f290182b44d01f5 (commit)
      from  be52df6ff5e8d66014d0ad8904702169b8b1bb5e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4126c1355dcda9c9cd04d976fc9c453319aeb117
commit 4126c1355dcda9c9cd04d976fc9c453319aeb117
Merge: be52df6 58677c3
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Jul 14 12:27:21 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 14 12:27:21 2016 -0400

    Merge topic 'fix-pq-libraries' into next
    
    58677c32 FindPostgreSQL: Fix initialization of PostgreSQL_LIBRARIES


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58677c327fd4a47aa88efe121f290182b44d01f5
commit 58677c327fd4a47aa88efe121f290182b44d01f5
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Jul 14 18:16:59 2016 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Thu Jul 14 18:18:26 2016 +0200

    FindPostgreSQL: Fix initialization of PostgreSQL_LIBRARIES

diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index d05d3da..32a3f0a 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -186,7 +186,7 @@ set(PostgreSQL_FOUND  ${POSTGRESQL_FOUND})
 if(PostgreSQL_FOUND)
   set(PostgreSQL_INCLUDE_DIRS ${PostgreSQL_INCLUDE_DIR} ${PostgreSQL_TYPE_INCLUDE_DIR} )
   set(PostgreSQL_LIBRARY_DIRS ${PostgreSQL_LIBRARY_DIR} )
-  set(PostgreSQL_LIBRARIES ${PostgreSQL_LIBRARY_TO_FIND})
+  set(PostgreSQL_LIBRARIES ${PostgreSQL_LIBRARY})
 endif()
 
 mark_as_advanced(PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR PostgreSQL_LIBRARY )

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindPostgreSQL.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list