-
Notifications
You must be signed in to change notification settings - Fork 6
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
Removing unnecessary lines from .travis.yml and fixing CMakeLists.txt #25
Comments
can 1 work on this issue @czgdp1807 |
Sure. |
@czgdp1807 do we need to remove the lines from 23 to 31 in CMakeLists.txt and change the version to 1.10.0 if this is right can you tell me where we can change the version because I am unable to find the src file for changing the version |
No. We have to keep 23 to 31 in |
I have changed the .travis.yml, and I have another doubt currently I am participating as a student in Kwoc 2022 so if I am changing the or contributing it will be counted right because there are no labels like Kwoc2022 like that. |
AFAIK, contributions should be counted towards KWoC automatically. Though please ask the organisers for a clearer answer. |
as of now, the available version is 1.11.0 but we need to change it to 1.10.0. if this is right can you tell me if we can use this command https://github.com/google/googletest/archive/release-1.10.0.tar.gz then it will work or not in place of https://github.com/google/googletest |
Try changing the GIT_TAG to |
sir how to cheak the working of this in our system |
Try the following steps (assuming you are currently in
Install |
i am getting error while performing the 4th step sir |
Please copy and post the error here. |
Description of the problem
The following line is not needed,
BNN/.travis.yml
Line 13 in d21065c
The following should use 1.10.0 release,
BNN/CMakeLists.txt
Lines 23 to 31 in d21065c
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: