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:
@@ -1,4 +1,4 @@
|
||||
# Install script for directory: /home/newton/Documents/Git/Flux/examples
|
||||
# Install script for directory: /home/atlas/Documents/Git/Flux/examples
|
||||
|
||||
# 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,6 +44,6 @@ endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/newton/Documents/Git/Flux/build/examples/dense-neural-network/cmake_install.cmake")
|
||||
include("/home/atlas/Documents/Git/Flux/build/examples/dense-neural-network/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user