Questions tagged [cmake-gui]

cmake-gui is CMake's bundled GUI wrapper for its command line interface. One can use this program for configure a CMake project and edit settings of such configuration. Use this tag for questions specifically about usage of the cmake-gui program.

From the reference documentation:

The cmake-gui executable is the CMake GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running.

Use this tag for questions specifically about usage of the cmake-gui program and not for questions about usage of CMake in general.

261 questions
-1
votes
1 answer

Cmake unable to locate Boost Libraries (Windows)

I'm currently trying to build the Apache qpid messaging broker on Windows using CMake and the Boost (C++). I went through the initial steps of setting up Qpid on Windows as specified in this file. I set the variable BOOST_ROOT to "C:/< Home…
loremIpsum1771
  • 2,497
  • 5
  • 40
  • 87
-1
votes
1 answer

Cmake errors: The CXX Compiler identification is unknown, The C compiler identification is unknown

I'm trying to install OpenCV on Fedora 21 with a cross compiler for ARM processor. However, when i try to configure using Cmake 3.03, it gives the error: *The CXX compiler identification is unknown The C compiler identification is unknown Check for…
Umar
  • 1
  • 1
  • 6
-1
votes
1 answer

Visual Studio 2013 generated solution from CMake links VS 2012 libraries

I generate a Visual Studio 2013 solution using CMake 3.0.2. When compiled it gives errors similar to this: MSVCP110D.dll and Visual Studio 2013 I can't get my head around this, the toolset is v120 so why does it link v110 libraries? I've asked in…
-2
votes
1 answer

create one CmakeList.txt file for multiple subdirectories each containg its own src(.cpp files) and include(.h files)

How to write one Cmake file that compile all my sub-directories each with its own executable? /Project Cmakelist.txt /project 1 /src .cpp /include …
M.H
  • 1
  • 2
-5
votes
1 answer

OpenCV build with CUDA, TBB, MKL, VTK on Windows

I tried builing OpenCV with Intel TBB, MKL, TBB+MKL, VTK, Qt, Eigen and CUDA enabled. The CMake build worked just fine and generated the Visual Studio solution without an error. But while building OpenCV on VS 2017, it fails with…
MxBx
  • 1
  • 2
-7
votes
1 answer

CMake compiling results in errors

The C compiler identification is unknown The CXX compiler identification is unknown Check for working C compiler: C:/MinGW/bin/gcc.exe Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken CMake Error at C:/Program Files …
Darth Vega
  • 1
  • 1
  • 2
1 2 3
17
18