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/dense-neural-network
|
||||
# Install script for directory: /home/atlas/Documents/Git/Flux/examples/dense-neural-network
|
||||
|
||||
# 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()
|
||||
|
||||
Reference in New Issue
Block a user