Skip to content
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

echo solution for CMake error , for no meta example #3546

Closed
wants to merge 2 commits into from

Conversation

Harry040
Copy link
Contributor

@Harry040 Harry040 commented Nov 17, 2016

@@ -4,7 +4,7 @@ GET_PYTHON_ENV()
# working directory of tester should be binary dir so link data folders
IF (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/reference_results)
IF (NOT EXISTS ${CMAKE_SOURCE_DIR}/data/testsuite/meta/)
MESSAGE(FATAL_ERROR "Test suite for meta examples does not exist!")
MESSAGE(FATAL_ERROR "Test suite for meta examples does not exist! please enter `git submodule update --init` to download. ")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this: "Please initialise and/or update the data submodule."

It is never a good idea to put explicit commands/names/etc into messages for users as these things outdate at lightning speed.

@karlnapf
Copy link
Member

Nice, exactly this. Just a minor change and we are good (please suqash commits, or use git commit --amend on your branch)

@karlnapf
Copy link
Member

As I said above, please squash commits

@Harry040 Harry040 closed this Nov 18, 2016
@Harry040 Harry040 deleted the develop branch November 18, 2016 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants