Resolution du bug std::bad_alloc sur matching
This commit is contained in:
parent
fbafece5af
commit
475f30be1a
154 changed files with 2575 additions and 1154 deletions
|
@ -1,4 +1,4 @@
|
|||
# Install script for directory: /home/harle/catkin_ws/src/demo_ASIFT_src
|
||||
# Install script for directory: /home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src
|
||||
|
||||
# Set the install prefix
|
||||
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
|
@ -34,9 +34,9 @@ ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
|||
|
||||
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
INCLUDE("/home/harle/catkin_ws/src/demo_ASIFT_src/io_png/cmake_install.cmake")
|
||||
INCLUDE("/home/harle/catkin_ws/src/demo_ASIFT_src/libMatch/cmake_install.cmake")
|
||||
INCLUDE("/home/harle/catkin_ws/src/demo_ASIFT_src/libNumerics/cmake_install.cmake")
|
||||
INCLUDE("/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/io_png/cmake_install.cmake")
|
||||
INCLUDE("/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/libMatch/cmake_install.cmake")
|
||||
INCLUDE("/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/libNumerics/cmake_install.cmake")
|
||||
|
||||
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
|
||||
|
@ -46,7 +46,7 @@ ELSE(CMAKE_INSTALL_COMPONENT)
|
|||
SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
ENDIF(CMAKE_INSTALL_COMPONENT)
|
||||
|
||||
FILE(WRITE "/home/harle/catkin_ws/src/demo_ASIFT_src/${CMAKE_INSTALL_MANIFEST}" "")
|
||||
FILE(WRITE "/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/${CMAKE_INSTALL_MANIFEST}" "")
|
||||
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
|
||||
FILE(APPEND "/home/harle/catkin_ws/src/demo_ASIFT_src/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
|
||||
FILE(APPEND "/home/harle/catkin_ws/src/BaxterInterface/ASIFT_tests/demo_ASIFT_src/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
|
||||
ENDFOREACH(file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue