mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
OpenBSD: Install shared libraries without executable permission
This commit is contained in:
parent
538af16425
commit
288f75edee
@ -16,3 +16,7 @@ if(NOT CMAKE_PLATFORM_RUNTIME_PATH)
|
||||
endif()
|
||||
|
||||
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_OPENBSD_VERSIONING 1)
|
||||
|
||||
# OpenBSD policy requires that shared libraries be installed without
|
||||
# executable permission.
|
||||
set(CMAKE_INSTALL_SO_NO_EXE 1)
|
||||
|
Loading…
Reference in New Issue
Block a user