-
Notifications
You must be signed in to change notification settings - Fork 102
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
About CMake " include(Common)" #566
Comments
An earlier step in your cmake run likely failed. Common.cmake is cloned as part of the .gitexternals setup into CMake/common. I would guess cmake did not find git or failed to execute the clone. |
@eile Thank you very much, EILE.According to your opinion I solve the problem.But I encounter another problem when running" build.bat": Would you please give me some advice about this. Thanks again. PS:The complete output file of " build.bat" is as follows:
116>InitializeBuildStatus: Build FAILED.
|
Line 21 in CMakeLists.txt file shows
“ include(Common)”
Would anyone please advise what the "Common" file is and where it can found.
Because when I run Build.bat in Win 7, I encounter such a problem "CMake Error at CMakeLists.txt:21 (include):
include could not find load file:
Common
CMake Error at CMake/configure.cmake:12 (common_find_package):
Unknown CMake command "common_find_package".
Call Stack (most recent call first):
CMakeLists.txt:48 (include)".
The text was updated successfully, but these errors were encountered: