Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2,681
    • Issues 2,681
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • Packages
    • Packages
    • Container Registry
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • CMake
  • CMakeCMake
  • Issues
  • #19950

Closed
Open
Opened Nov 10, 2019 by probonopd@probonopd
  • Report abuse
  • New issue
Report abuse New issue

Misleading error message: file INSTALL cannot find <...>

Got an error message suggesting there there is an INSTALL file which is missing the name of the icon:

file INSTALL cannot find
"/home/travis/build/AppImage/appimaged/resources/appimaged.png".

But no file named INSTALL exists.

Misleading wording.

An experienced CMake user pointed out to me

Well, to me, it's pretty clear, there's different install(...) commands, one is install(FILE ...), which it refers to.

Would have cost me a lot of time searching the problem in the entirely wrong places.

Reference: https://github.com/AppImage/appimaged/pull/99#issuecomment-552189475

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
triage:mr-welcome
Assign labels
  • View project labels
Reference: cmake/cmake#19950