source: pacpussensors/trunk/Vislab/lib3dv/eigen/Eigen-install/unsupported/Eigen/src/NonLinearOptimization/cmake_install.cmake@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 2.2 KB
Line 
1# Install script for directory: C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization
2
3# Set the install prefix
4if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/Eigen")
6endif()
7string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
9# Set the install configuration name.
10if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 if(BUILD_TYPE)
12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 else()
15 set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 endif()
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18endif()
19
20# Set the component getting installed.
21if(NOT CMAKE_INSTALL_COMPONENT)
22 if(COMPONENT)
23 message(STATUS "Install component: \"${COMPONENT}\"")
24 set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 else()
26 set(CMAKE_INSTALL_COMPONENT)
27 endif()
28endif()
29
30if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Devel" OR NOT CMAKE_INSTALL_COMPONENT)
31 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/eigen3/unsupported/Eigen/src/NonLinearOptimization" TYPE FILE FILES
32 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h"
33 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h"
34 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/chkder.h"
35 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/covar.h"
36 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/dogleg.h"
37 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h"
38 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/lmpar.h"
39 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h"
40 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h"
41 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/r1updt.h"
42 "C:/Users/ldecherf/Desktop/Vislab/eigen/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h"
43 )
44endif()
45
Note: See TracBrowser for help on using the repository browser.