Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 440 Bytes

CONTRIBUTORS.md

File metadata and controls

13 lines (8 loc) · 440 Bytes

Contributors

Editing a Git Submodule in the scope tree

If you are editing a git submodule in the tree and trying to build to test your changes, you will need

cmake -DGIT_SUBMODULE=0

Otherwise, CMake will try to update your submodule before building, probably reverting it to the last version that was commited to scope.