Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 242
    • Merge requests 242
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18008
Closed
Open
Issue created Sep 16, 2020 by Jean-Christophe Fillion-Robin@jcfrDeveloper

Configuring with invalid value associated with VTK_BUILD_TESTING option incorrectly reports ENABLE_TESTS

Error message below should reported that argument for option VTK_BUILD_TESTING are incorrect and not option ENABLE_TESTS

Observed with a1625689

cmake -DVTK_BUILD_TESTING:STRING=YES .
CMake Error at CMake/vtkModule.cmake:563 (message):
  The `ENABLE_TESTS` argument must be one of `ON`, `OFF`, `WANT`, or
  `DEFAULT`.  Received `YES`.
Call Stack (most recent call first):
  CMakeLists.txt:270 (vtk_module_scan)
Edited Sep 16, 2020 by Jean-Christophe Fillion-Robin
Assignee
Assign to
Time tracking