summaryrefslogtreecommitdiff
path: root/cryptominisat5/build/cmsat5-src/cmake_install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cryptominisat5/build/cmsat5-src/cmake_install.cmake')
-rw-r--r--cryptominisat5/build/cmsat5-src/cmake_install.cmake69
1 files changed, 0 insertions, 69 deletions
diff --git a/cryptominisat5/build/cmsat5-src/cmake_install.cmake b/cryptominisat5/build/cmsat5-src/cmake_install.cmake
deleted file mode 100644
index 1eb632a45..000000000
--- a/cryptominisat5/build/cmsat5-src/cmake_install.cmake
+++ /dev/null
@@ -1,69 +0,0 @@
-# Install script for directory: /home/haozewu/Projects/CVC4/cryptominisat5/cryptominisat-5.6.3/src
-
-# Set the install prefix
-if(NOT DEFINED CMAKE_INSTALL_PREFIX)
- set(CMAKE_INSTALL_PREFIX "/home/haozewu/Projects/CVC4/cryptominisat5/install")
-endif()
-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()
- set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo")
- endif()
- message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
-endif()
-
-# Set the component getting installed.
-if(NOT CMAKE_INSTALL_COMPONENT)
- if(COMPONENT)
- message(STATUS "Install component: \"${COMPONENT}\"")
- set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
- else()
- set(CMAKE_INSTALL_COMPONENT)
- endif()
-endif()
-
-# Install shared libraries without execute permission?
-if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
- set(CMAKE_INSTALL_SO_NO_EXE "1")
-endif()
-
-# Is this installation the result of a crosscompile?
-if(NOT DEFINED CMAKE_CROSSCOMPILING)
- set(CMAKE_CROSSCOMPILING "FALSE")
-endif()
-
-if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/haozewu/Projects/CVC4/cryptominisat5/build/lib/libcryptominisat5.a")
-endif()
-
-if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/cryptominisat5" TYPE FILE FILES
- "/home/haozewu/Projects/CVC4/cryptominisat5/build/cmsat5-src/cryptominisat5/cryptominisat_c.h"
- "/home/haozewu/Projects/CVC4/cryptominisat5/build/cmsat5-src/cryptominisat5/cryptominisat.h"
- "/home/haozewu/Projects/CVC4/cryptominisat5/build/cmsat5-src/cryptominisat5/solvertypesmini.h"
- "/home/haozewu/Projects/CVC4/cryptominisat5/cryptominisat-5.6.3/src/dimacsparser.h"
- "/home/haozewu/Projects/CVC4/cryptominisat5/cryptominisat-5.6.3/src/streambuffer.h"
- )
-endif()
-
-if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple")
- file(RPATH_CHECK
- FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple"
- RPATH "")
- endif()
- file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/haozewu/Projects/CVC4/cryptominisat5/build/cryptominisat5_simple")
- if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple" AND
- NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple")
- if(CMAKE_INSTALL_DO_STRIP)
- execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/cryptominisat5_simple")
- endif()
- endif()
-endif()
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback