summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-02-11 19:08:08 +0100
committerAki <please@ignore.pl>2022-02-11 19:08:08 +0100
commitd0acbbe39d010a5d40284fe02e57b8f692d23795 (patch)
tree2fef958316c278905bd26daaee3dc43481aa1c31 /contrib
parent8539b494cd2ca8470a2c8dfae42ed95881c3b36f (diff)
downloadstarshatter-d0acbbe39d010a5d40284fe02e57b8f692d23795.zip
starshatter-d0acbbe39d010a5d40284fe02e57b8f692d23795.tar.gz
starshatter-d0acbbe39d010a5d40284fe02e57b8f692d23795.tar.bz2
Changed install mode for execute permissions
Diffstat (limited to 'contrib')
-rw-r--r--contrib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt
index 0c93c9c..b1201b8 100644
--- a/contrib/CMakeLists.txt
+++ b/contrib/CMakeLists.txt
@@ -11,6 +11,6 @@ install(
foreach(LIB IN ITEMS "libstdc++-6.dll" "libwinpthread-1.dll" "libgcc_s_dw2-1.dll")
find_library(LIBRARY_${LIB} ${LIB} PATHS ${CMAKE_FIND_ROOT_PATH}/bin)
if(LIBRARY_${LIB})
- install(FILES ${LIBRARY_${LIB}} DESTINATION ${CMAKE_INSTALL_PREFIX})
+ install(PROGRAMS ${LIBRARY_${LIB}} DESTINATION ${CMAKE_INSTALL_PREFIX})
endif()
endforeach()