Which will probably be never.

  • @[email protected]
    link
    fedilink
    40
    edit-2
    1 month ago

    I mean, all cmake does is run some commands for you. You not understanding cmake errors (mostly) means you don’t understand the errors given to you by the C/C++ compiler.

    • @[email protected]OP
      link
      fedilink
      441 month ago

      Partly, yes. But I also think their documentation is a bit hard do read. Maybe this will get better with time.

    • @[email protected]
      link
      fedilink
      261 month ago

      CMake can also emit its own errors during the configure step though, particularly if you have complicated build logic and/or lots of external packages.