-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUILD ERRORS IN THEIASFM #258
Comments
I also have this problem building on a new Mac using Homebrew for all dependencies. In any case, my workaround is to change line 3 in libraries/vlfeat/CMakeLists.txt from: |
Thanks, very much for your careful rely.
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2021年12月30日(星期四) 晚上10:19
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [sweeneychris/TheiaSfM] BUILD ERRORS IN THEIASFM (#258)
I also have this problem building on a new Mac using Homebrew for all dependencies.
Is it possible that something has changed with the installation of glog? The CMAKE_MODULE_PATH variable is a list, so the interpolation appends the "OptimizeTheiaCompilerFlags.cmake" filename to the last entry in the list, which is somehow related to glog (my guess is this used to not be in the list). It should be appended to the first entry in the list, where the file actually exists.
In any case, my workaround is to change line 3 in libraries/vlfeat/CMakeLists.txt from:
include("${CMAKE_MODULE_PATH}/OptimizeTheiaCompilerFlags.cmake")
to a hardcoded path to the OptimizeTheiaCompilerFlags.cmake file. So in your case it would be:
include("/home/tmirobot/LIB/TheiaSfM/cmake/OptimizeTheiaCompilerFlags.cmake")
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Check for Optimo
-- Found optimo headers: /home/tmirobot/LIB/TheiaSfM/libraries/optimo
CMake Error at libraries/vlfeat/CMakeLists.txt:3 (include):
include could not find load file:
CMake Error at libraries/vlfeat/CMakeLists.txt:4 (optimizetheiacompilerflags):
Unknown CMake command "optimizetheiacompilerflags".
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: