From 3ccf11cb212a7735cfc4ecdc3058776e95501e85 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Mon, 30 Jan 2012 14:26:22 +0100 Subject: Revert "ssl options to fbgui" This reverts commit dbab0ab340880bba7103ba534b824721546299e1. --- build/cmake_install.cmake | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 build/cmake_install.cmake (limited to 'build/cmake_install.cmake') diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 8255343..0000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Install script for directory: /home/michael/fbgui - -# Set the install prefix -IF(NOT DEFINED CMAKE_INSTALL_PREFIX) - SET(CMAKE_INSTALL_PREFIX "/usr/local") -ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) -STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - IF(BUILD_TYPE) - STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - ELSE(BUILD_TYPE) - SET(CMAKE_INSTALL_CONFIG_NAME "") - ENDIF(BUILD_TYPE) - MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - -# Set the component getting installed. -IF(NOT CMAKE_INSTALL_COMPONENT) - IF(COMPONENT) - MESSAGE(STATUS "Install component: \"${COMPONENT}\"") - SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - ELSE(COMPONENT) - SET(CMAKE_INSTALL_COMPONENT) - ENDIF(COMPONENT) -ENDIF(NOT CMAKE_INSTALL_COMPONENT) - -# Install shared libraries without execute permission? -IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - SET(CMAKE_INSTALL_SO_NO_EXE "1") -ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - -IF(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - INCLUDE("/home/michael/fbgui/build/doc/cmake_install.cmake") - INCLUDE("/home/michael/fbgui/build/src/customdhcpcd/cmake_install.cmake") - INCLUDE("/home/michael/fbgui/build/src/fbgui/cmake_install.cmake") - -ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY) - -IF(CMAKE_INSTALL_COMPONENT) - SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -ELSE(CMAKE_INSTALL_COMPONENT) - SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -ENDIF(CMAKE_INSTALL_COMPONENT) - -FILE(WRITE "/home/michael/fbgui/build/${CMAKE_INSTALL_MANIFEST}" "") -FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES}) - FILE(APPEND "/home/michael/fbgui/build/${CMAKE_INSTALL_MANIFEST}" "${file}\n") -ENDFOREACH(file) -- cgit v1.2.3-55-g7522