Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 393
    • Issues 393
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !339

Add cmake error message when cmake can not find shray.h

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Quinten Cabo requested to merge Quinten/sac2c:shray-missing-error into develop Feb 03, 2025
  • Overview 4
  • Commits 11
  • Changes 29

I had some problems with shray not being there when after I cloned it. This merge request gives you a better error message when this happens and suggests a way to fix your problem. It gives you the message:

shray.h header file does not exist. It should be in ${PROJECT_SOURCE_DIR}/ext/shray2/include/shray2/
Try running: git submodule update --init --recursive

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: shray-missing-error