Kaynağa Gözat

OpenBSD: Install shared libraries without executable permission

Amit Kulkarni 13 yıl önce
ebeveyn
işleme
288f75edee
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      Modules/Platform/OpenBSD.cmake

+ 4 - 0
Modules/Platform/OpenBSD.cmake

@@ -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)