Error Running Cmake Through qt Creator
-
Hey All,
qt 5.4.1
mac osx 10.12.6
I have been trying to create a cpb file by running Cmake through qt creator, but I can't seem to get it to build.This the Kit I have been using:
=>> Name: Desktop Qt %{Qt:Version} clang 64bit
=>> Device type: Desktop
=>> Device: Local PC (default for Desktop)
=>> Sysroot: (blank)
=>> Compiler: Clang (x84 64 bit in usr/bin)
=>> Debugger: System LLDB at usr/bin/lldb
=>> Qt version: Qt 5.4.1 clang 64 bit
=>> Qt mkspec: (blank)When I open CMakeLists.txt in qt Creator and run CMake, I get this:
[?1049h[1;24r(B[m[4l[?7h[?1h=[H[2J[20d(B[0;7mConfiguring, please wait... [21;62H(B[mCMake Version 3.0.2[24;69H[?1h=[1;54HPage 0 of 1 EMPTY CACHE [20d(B[0;7mEMPTY CACHE: (B[mPress [enter] to edit option Press [c] to configure Press [h] for help[23;30HPress [q] to quit without generating Press [t] to toggle advanced mode (Currently Off)[H
And that's it, there is no further progress. I can let it sit like this for hours but it will keep "configuring" with no changes. I am using this particular version of cmake for compatibility with openbr, and it has been working for me so far. Has anybody run into this problem before or have any idea what may be causing it?
-
Hi and welcome to devnet,
Can you show your CMakeLIsts.txt file ?