-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Check .git before compiling #276
Conversation
Unit testing passed. |
Because we use git to manage our third-party resources, IMO we could force our users to use git clone instead of download resource directly. |
Sounds good :) When I find it's not a |
Unit testing passed. |
Unit testing passed. |
1 similar comment
Unit testing passed. |
ELSE() | ||
MESSAGE(FATAL_ERROR "Creating pre-commit hook failed: ${retcode}") | ||
MESSAGE(FATAL_ERROR "Currently, we don't support downloaded source code.\nPlease using git clone it and rebuild.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open another issue to fix it in the future.
Unit testing passed. |
2 similar comments
Unit testing passed. |
Unit testing passed. |
Unit testing passed. |
* fix a bug may stuck * update Co-authored-by: Yee <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Yee <[email protected]>
* fix a bug may stuck * update Co-authored-by: Yee <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Yee <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Yee <[email protected]>
check .git before create pre-commit hook