changed structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Install script for directory: /home/rhetenor/FlippR/flippr-code
|
||||
# Install script for directory: /home/johannes/git/flippr-code
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
@@ -29,7 +29,7 @@ endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
@@ -45,5 +45,5 @@ endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/rhetenor/FlippR/flippr-code/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
|
||||
file(WRITE "/home/johannes/git/flippr-code/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
|
||||
Reference in New Issue
Block a user