aboutsummaryrefslogtreecommitdiff
path: root/cmake_install.cmake
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-04 13:39:51 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-04 13:39:51 +0100
commit131148b13d9cbeb8a19a638bd0b516efb70fa46e (patch)
treeea570aa2d075d62afdab6882868ef066aab64a2b /cmake_install.cmake
parentc384285ed3a4283d97b9b031196b26afd1581540 (diff)
imgs
Diffstat (limited to 'cmake_install.cmake')
-rw-r--r--cmake_install.cmake13
1 files changed, 9 insertions, 4 deletions
diff --git a/cmake_install.cmake b/cmake_install.cmake
index 759fc10..ab7090c 100644
--- a/cmake_install.cmake
+++ b/cmake_install.cmake
@@ -1,8 +1,8 @@
-# Install script for directory: C:/Users/jaksk/Desktop/dev/_cgames/descript
+# Install script for directory: /home/j/ws/arena
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/Arena")
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
@@ -27,6 +27,11 @@ if(NOT CMAKE_INSTALL_COMPONENT)
endif()
endif()
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
@@ -34,7 +39,7 @@ endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
- set(CMAKE_OBJDUMP "C:/MinGW64/bin/objdump.exe")
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -45,5 +50,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
-file(WRITE "C:/Users/jaksk/Desktop/dev/_cgames/descript/${CMAKE_INSTALL_MANIFEST}"
+file(WRITE "/home/j/ws/arena/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")