run.sh
Sync public mirror / sync (push) Failing after 27s

CMake stores the absolute folder path, this now get deleted in run.sh, so it can be called on deffrent computers without problems
This commit is contained in:
2026-01-02 19:34:37 +01:00
parent e5f8c91be4
commit 32ba0518fa
25 changed files with 345 additions and 276 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
# Install script for directory: /home/newton/Documents/Git/Flux
# Install script for directory: /home/atlas/Documents/Git/Flux
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -12,7 +12,7 @@ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
@@ -44,7 +44,7 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/newton/Documents/Git/Flux/build/examples/cmake_install.cmake")
include("/home/atlas/Documents/Git/Flux/build/examples/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -55,5 +55,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/newton/Documents/Git/Flux/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/atlas/Documents/Git/Flux/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")