When building the project it seems it cannot locate Theia files even after i set the path to required files it finds it but sets to False. error below:
CMake Error at /home/openin/pyTheiaSfM/build/TheiaConfig.cmake:47 (message):
Failed to find Theia - Theia install root: /home/openin, determined from
relative path from TheiaConfg.cmake install location:
/home/openin/pyTheiaSfM/build, does not contain Theia headers. Either the
install directory was deleted, or the install tree was only partially
relocated outside of CMake after Theia was built.
Call Stack (most recent call first):
/home/openin/pyTheiaSfM/build/TheiaConfig.cmake:91 (theia_report_not_found)
CMakeLists.txt:35 (find_package)
CMake Error at CMakeLists.txt:35 (find_package):
Found package configuration file:
/home/openin/pyTheiaSfM/build/TheiaConfig.cmake
but it set Theia_FOUND to FALSE so package "Theia" is considered to be NOT
FOUND.
Hi,
When building the project it seems it cannot locate Theia files even after i set the path to required files it finds it but sets to False. error below:
CMake Error at /home/openin/pyTheiaSfM/build/TheiaConfig.cmake:47 (message): Failed to find Theia - Theia install root: /home/openin, determined from relative path from TheiaConfg.cmake install location: /home/openin/pyTheiaSfM/build, does not contain Theia headers. Either the install directory was deleted, or the install tree was only partially relocated outside of CMake after Theia was built. Call Stack (most recent call first): /home/openin/pyTheiaSfM/build/TheiaConfig.cmake:91 (theia_report_not_found) CMakeLists.txt:35 (find_package)
CMake Error at CMakeLists.txt:35 (find_package): Found package configuration file:
but it set Theia_FOUND to FALSE so package "Theia" is considered to be NOT FOUND.