Skip to content

Commit

Permalink
[CMake] sync submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 13, 2020
1 parent dc11d38 commit cf179f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@ INCLUDE(cmake/apple.cmake)

# Print initial message
MESSAGE("${PROJECT_DESCRIPTION}, version ${PROJECT_VERSION}")
MESSAGE("Copyright (C) 2018-2019 CNRS-LAAS")
MESSAGE("Copyright (C) 2018-2020 CNRS-LAAS")
MESSAGE("Copyright (C) 2019-2020 University of Edinburgh")
MESSAGE("All rights reserved.")
MESSAGE("Released under the BSD 3-Clause License.")
Expand Down
2 changes: 1 addition & 1 deletion cmake

4 comments on commit cf179f7

@wxmerkt
Copy link
Collaborator

Choose a reason for hiding this comment

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

This commit caused the CI breakage - cc: @nim65s @cmastalli @proyan

@nim65s
Copy link
Collaborator Author

@nim65s nim65s commented on cf179f7 Feb 17, 2020

Choose a reason for hiding this comment

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

@wxmerkt
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you are explicitly passing the Python versions rather than having it auto-configure based on default interpreter?

@nim65s
Copy link
Collaborator Author

@nim65s nim65s commented on cf179f7 Feb 17, 2020

Choose a reason for hiding this comment

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

That's right, robotpkg takes care of that. Then your test is closer to real-life use.

Please sign in to comment.