robotology / stereo-vision

Repository containing apps for stereo vision
https://robotology.github.io/stereo-vision/
GNU General Public License v2.0
19 stars 19 forks source link

Fix in CMakeLists.txt to find SIFTGPU #4

Closed Tobias-Fischer closed 9 years ago

Tobias-Fischer commented 9 years ago

SIFTGPU could not be found, as find_package(SIFTGPU REQUIRED) was called before the CMAKE_MODULE_PATH was appended to include the directory which contains the FindSIFTGPU.cmake file.

pattacini commented 9 years ago

yes, you're right, thanks!