diff options
| author | nasrlol <nsrddyn@gmail.com> | 2025-02-17 22:20:22 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2025-02-17 22:20:22 +0100 |
| commit | fe0ef434c814ca5484205467723d500fd02da09c (patch) | |
| tree | ec814c58439d47a2ca0a730cf7dd213ac029acb8 /cmake-build-debug/cmake_install.cmake | |
| parent | 1d5483c62dd3b0b2f05b918f572e169fcedf90bd (diff) | |
tried to fix the display of the files in a folder but still isnt working but the seg faults are fixed properly
Signed-off-by: nasrlol <nsrddyn@gmail.com>
Diffstat (limited to 'cmake-build-debug/cmake_install.cmake')
| -rw-r--r-- | cmake-build-debug/cmake_install.cmake | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake index 530ae40..825b9c9 100644 --- a/cmake-build-debug/cmake_install.cmake +++ b/cmake-build-debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /Users/nsrddyn/Documents/UnixShell +# Install script for directory: /home/nasr/unixshell # Set the install prefix if(NOT DEFINED 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 path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") + set(CMAKE_OBJDUMP "/usr/bin/objdump") endif() if(CMAKE_INSTALL_COMPONENT) @@ -52,6 +57,6 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") - file(WRITE "/Users/nsrddyn/Documents/UnixShell/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/nasr/unixshell/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() |
