[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3255-g1b8164e
Rolf Eike Beer
eike at sf-mail.de
Tue May 20 12:36:47 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 1b8164e385cc4c14a06933874e4ffc765a9bdf19 (commit)
via 956b7190878b353d7c38f3446069fe323d790de3 (commit)
from 8ddfc5697514fdb55bbb3e3b1b9b684926572d4c (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=1b8164e385cc4c14a06933874e4ffc765a9bdf19
commit 1b8164e385cc4c14a06933874e4ffc765a9bdf19
Merge: 8ddfc56 956b719
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 20 12:36:47 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 20 12:36:47 2014 -0400
Merge topic 'OpenBSD_no_multilib' into next
956b7190 OpenBSD: disable FIND_LIBRARY_USE_LIB64_PATHS
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=956b7190878b353d7c38f3446069fe323d790de3
commit 956b7190878b353d7c38f3446069fe323d790de3
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue May 20 18:36:34 2014 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue May 20 18:36:34 2014 +0200
OpenBSD: disable FIND_LIBRARY_USE_LIB64_PATHS
OpenBSD has no multilib paths.
diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake
index a4f6114..023f055 100644
--- a/Modules/Platform/OpenBSD.cmake
+++ b/Modules/Platform/OpenBSD.cmake
@@ -17,6 +17,9 @@ endif()
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)
+# OpenBSD has no multilib
+set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS FALSE)
+
# OpenBSD policy requires that shared libraries be installed without
# executable permission.
set(CMAKE_INSTALL_SO_NO_EXE 1)
-----------------------------------------------------------------------
Summary of changes:
Modules/Platform/OpenBSD.cmake | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list