Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [solved] QtCreator cannot find cmake 3.0
Forum Updated to NodeBB v4.3 + New Features

[solved] QtCreator cannot find cmake 3.0

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pietrom
    wrote on 14 Aug 2014, 17:39 last edited by
    #1

    I have been working fine with QtCreator 3.1.2 and cmake 2.8. Since I updated cmake to the new 3.0.1 version, QtCreator cannot find it any more.

    In Preferences/Build & Run/CMake I set cmake's path:
    /Applications/CMake.app/Contents/MacOS/CMake

    When I select a project to open from QtCreator, I get the CMake wizard, and when clicking on the [Run CMake] button, the process is never completed. I never get the [Done] button active, and I can only [Cancel].

    This happens with both Unix and Ninja generators.

    The dialog I get says: "Failed opening project '/path/to/CMakeLists.txt': Settings could not be restored."

    From the command line, cmake works correctly.

    System: OS X 10.9.4

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pietrom
      wrote on 15 Aug 2014, 09:58 last edited by
      #2

      I set the wrong path for cmake, which pointed to the GUI cmake utility. The correct one is:

      /Applications/CMake.app/Contents/bin/cmake

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 15 Aug 2014, 21:44 last edited by
        #3

        So you got it sorted out ?

        If so, can you also update the thread title prepending [solved] so other forum users my know a solution has been found :)

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        1/3

        14 Aug 2014, 17:39

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved