Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,844
    • Issues 1,844
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #17161

Closed
Open
Created Feb 09, 2017 by Utkarsh Ayachit@utkarsh.ayachit⛰Owner

CMake warnings with Qt 5 & cmake 3.5.2

I get the following warnings.

CMake Warning (dev) at /Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5ModuleLocation.cmake:4 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '${_qt5_install_prefix}/Qt5@module@/Qt5@module@Config.cmake'

  the old evaluation rules produce:

    '/Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5Config.cmake'

  but the new evaluation rules produce:

    '/Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5@module@/Qt5@module@Config.cmake'

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  /Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5Config.cmake:25 (include)
  ThirdParty/QtTesting/vtkqttesting/CMakeLists.txt:17 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5ModuleLocation.cmake:4 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '${_qt5_install_prefix}/Qt5@module@/Qt5@module@Config.cmake'

  the old evaluation rules produce:

    '/Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5Config.cmake'

  but the new evaluation rules produce:

    '/Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5@module@/Qt5@module@Config.cmake'

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  /Users/utkarsh/Kitware/Tools/qt/5.8.0/install/lib/cmake/Qt5/Qt5Config.cmake:25 (include)
  ThirdParty/QtTesting/vtkqttesting/Testing/Cpp/CMakeLists.txt:4 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking