Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GROMACS GROMACS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 277
    • Issues 277
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 71
    • Merge requests 71
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GROMACS
  • GROMACSGROMACS
  • Merge requests
  • !1494

Allow to build and install nblib and gmxapi without GMX TESTS enabled

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexey Shvetsov requested to merge build-issues into release-2021 Apr 23, 2021
  • Overview 8
  • Commits 3
  • Changes 3

Without it you'll get error like this:

CMake Error at api/nblib/CMakeLists.txt:79 (add_dependencies): Cannot add target-level dependencies to non-existent target "tests".

The add_dependencies works for top-level logical targets created by the add_executable, add_library, or add_custom_target commands. If you want to add file-level dependencies see the DEPENDS option of the add_custom_target and add_custom_command commands.

Signed-off-by: Alexey Shvetsov alexxyum@gmail.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: build-issues