[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3295-g156dfff

Rolf Eike Beer eike at sf-mail.de
Wed May 21 14:38:37 EDT 2014


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  156dfffcc046866e84e1413ec3465cae52701b0e (commit)
       via  ab7d3461721c82aa954481c5eaf18278cc5baf3f (commit)
      from  18d6097fc5892545400de1d37e9d0b219aee7bd6 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=156dfffcc046866e84e1413ec3465cae52701b0e
commit 156dfffcc046866e84e1413ec3465cae52701b0e
Merge: 18d6097 ab7d346
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 21 14:38:37 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 21 14:38:37 2014 -0400

    Merge topic 'OpenBSD-paths' into next
    
    ab7d3461 OpenBSD: simplify paths


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ab7d3461721c82aa954481c5eaf18278cc5baf3f
commit ab7d3461721c82aa954481c5eaf18278cc5baf3f
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed May 21 20:38:26 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed May 21 20:38:26 2014 +0200

    OpenBSD: simplify paths

diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index 57bef4f..b627f64 100644
--- a/Modules/Platform/OpenBSD.cmake
+++ b/Modules/Platform/OpenBSD.cmake
@@ -32,10 +32,4 @@ else()
   set(OPENBSD_X11BASE /usr/X11R6)
 endif()
 
-list(APPEND CMAKE_SYSTEM_INCLUDE_PATH
-  ${OPENBSD_LOCALBASE}/include)
-list(APPEND CMAKE_SYSTEM_LIBRARY_PATH
-  ${OPENBSD_LOCALBASE}/lib)
-list(APPEND CMAKE_SYSTEM_PROGRAM_PATH
-  ${OPENBSD_LOCALBASE}/bin
-  ${OPENBSD_LOCALBASE}/sbin)
+list(APPEND CMAKE_SYSTEM_PREFIX_PATH ${OPENBSD_LOCALBASE})

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

Summary of changes:
 Modules/Platform/OpenBSD.cmake |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list