Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L
Lima
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • LimaGroup
  • Lima
  • Merge Requests
  • !171

Merged
Opened Jul 08, 2020 by Samuel Debionne@debionne
  • Report abuse
Report abuse

Fix cmake find_package_handle_standard_args warning

  • Overview 0
  • Commits 1
  • Pipelines 3
  • Changes 4
CMake Warning (dev) at /home/debionne/miniconda3/envs/simu/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (NUMA) does
  not match the name of the calling package (Numa).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindNuma.cmake:43 (find_package_handle_standard_args)
  CMakeLists.txt:65 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
CMake Warning (dev) at /home/debionne/miniconda3/envs/simu/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (NUMPY) does
  not match the name of the calling package (NumPy).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindNumPy.cmake:107 (find_package_handle_standard_args)
  cmake/LimaTools.cmake:132 (find_package)
  CMakeLists.txt:87 (limatools_find_python_and_sip)
This warning is for project developers.  Use -Wno-dev to suppress it.
CMake Warning (dev) at /home/debionne/miniconda3/envs/simu/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (config)
  does not match the name of the calling package (Libconfig).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindLibconfig.cmake:5 (find_package_handle_standard_args)
  CMakeLists.txt:181 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
Edited Jul 16, 2020 by Samuel Debionne
Assignee
Assign to
v1.9.5
Milestone
v1.9.5
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: limagroup/lima!171

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.