GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/303
Fixed the root path check in the validate_cmakelists script. This small PR allows not to print out the incorrect warning, when the forked codebase root directory name does not end up with `quickstep`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep fix-root-path-check Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/303.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #303 ---- commit bf455e26eb89902731f01928f5eff369a875e5f4 Author: Zuyu Zhang <z...@cs.wisc.edu> Date: 2017-09-29T00:36:06Z Fixed the root path check in the validate_cmakelists script. ---- ---