summaryrefslogtreecommitdiff
path: root/cmake-build-debug/cmake_install.cmake
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-18 19:49:17 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-18 19:49:17 +0100
commiteb4f92268d205b6c3d61e161d4d693d16b51a554 (patch)
tree8ca9340f67b29051d38424c0374d6ca10c8240e3 /cmake-build-debug/cmake_install.cmake
parent4a10046d2d172505e775c65ff984edf88f4a84d5 (diff)
ls is working now
Diffstat (limited to 'cmake-build-debug/cmake_install.cmake')
-rw-r--r--cmake-build-debug/cmake_install.cmake11
1 files changed, 3 insertions, 8 deletions
diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake
index 825b9c9..530ae40 100644
--- a/cmake-build-debug/cmake_install.cmake
+++ b/cmake-build-debug/cmake_install.cmake
@@ -1,4 +1,4 @@
-# Install script for directory: /home/nasr/unixshell
+# Install script for directory: /Users/nsrddyn/Documents/UnixShell
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -27,11 +27,6 @@ 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")
@@ -39,7 +34,7 @@ endif()
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
- set(CMAKE_OBJDUMP "/usr/bin/objdump")
+ set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -57,6 +52,6 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
- file(WRITE "/home/nasr/unixshell/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
+ file(WRITE "/Users/nsrddyn/Documents/UnixShell/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()