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
vote
1 answer

OpenCV WebAssembly

I try to run this tutorial, http://videocortex.io/2017/opencv-web-app/, to build and try out OpenCV WebAssembly. But I can´t get over step "The Build System" I´ve build emscripten 1.38.21, installed Python 2.7.5.3_64bit and CMAKE 3.13.2 but get an…
Felix Arnold
  • 839
  • 7
  • 35
1
vote
0 answers

OpenCV error: No CMAKE_C_COMPILER could be found

"CMake Error at CMakeLists.txt:114 (project): No CMAKE_C_COMPILER could be found" This is the error I get while installing OpenCV, do I need to find the path of the c++ compiler and if so, how?
rajee v
  • 21
  • 1
1
vote
1 answer

Error when trying to build the 'opencv_contrib' using cmake-gui

enter image description here1. I have downloaded and extracted the 'opencv_contrib-master' & 'opencv-master' from Git repo. 2. cmake 3.9 version is installed. When I run the cmake, I am getting the below error: I am using Visual Studio 2017 and…
inapathtolearn
  • 65
  • 2
  • 10
1
vote
1 answer

google-cloud-cpp CMake Generation Failed

I'm trying to build google-cloud-cpp, but I get an error (see below). I have attempted building it using both VC++ and g++, but I get the same error during with both. I use cmake-gui. Build Environment : Visual Studios 2017 OS : Windows 10 Pro…
Dark Sorrow
  • 1,681
  • 14
  • 37
1
vote
1 answer

Missing xfeatures2d.hpp in opencv2 folder?

I just installed via cmake (OPENCV_EXTRA_MODULS_PATH) and mingw530 (Qt) opencv-3.4.2 opencv_contrib-3.4.2 mingw32-make mingw32-make install Filestructur is opencv/source opencv/build opencv/release (compile folder) opencv/contrib But if I try to…
PowerNow
  • 363
  • 1
  • 2
  • 15
1
vote
0 answers

Instructions for adding Contrib Module to OpenCV 3 using CMake GUI

Im having problems building OpenCV with contrib module to enable SURF features using Visual Studio, CMake GUI, and OpenCV 3. I'm following the instructions on their website as best as I can, but they are not clear. clone OpenCV Sources to C:/OpenCV…
Mich
  • 3,188
  • 4
  • 37
  • 85
1
vote
1 answer

Compile OpenCV 3.4 and Cuda 9.2 with MS VS15 2017

I need to do fast image processing so I decide to go for OpenCV with CUDA support. Now I'm trying to build OpenCV as dll to use it in my project, but I am not even able to generate the VS project since CMake keeps giving me this error: CMakeError. I…
DrSushi
  • 64
  • 8
1
vote
1 answer

How Can import Qtquickcontrol in CmakeList

I have a QML project want to run with Cmake I have Qt 5.10.1 its Support QtQuick 2.10 and QtQuickControl 2.3 But when I build my project this error show module "QtQuick" version 2.9 is not installed I use this code to import…
amir sharifi
  • 31
  • 1
  • 4
1
vote
1 answer

Modifying CACHE variable in CMake is not working

I am using CMake 3.10.2 in Windows. When I set the variable using CACHE like this SET(ABAQUS_MAJORVERSION 2016) SET(ABAQUS_MAJORVERSION ${ABAQUS_MAJORVERSION} CACHE STRING "" ) When I change the ABAQUS_MAJORVERSION variable to 2014 in GUI, this…
arun
  • 72
  • 8
1
vote
1 answer

Building OpenCV 3.4.1 on Windows 10 targeting Windows XP

I have an application that uses the OpenCV libraries. This application has to be installed on an old PC running Windows XP 32 bit. When running the application I got the error: Kernel32.dll unable to import InitializeCriticalSectionEx According to…
Giorgio R
  • 85
  • 1
  • 9
1
vote
1 answer

Is there any way I can generate a Gradle for Android Studio with CMake?

With CMake Gui I can use my CMakeList.txt to generate a solution for visual studio. What about Android Studio? Is there any way I can generate a Gradle ( I believe that is what is called? ) for Android Studio with CMake?
Joe Robert
  • 79
  • 1
  • 7
1
vote
0 answers

Install BLAS DLLs separately or there is a full package or another soloution

I am configuring a project via CMAKE 3.10.1 with MinGW.also I installed BLAS from sources(compiled with CMAKE) .I got Two DLL files. libblas.dll and liblapack.dll.I see only BLAS_blas_LIBRARY is pointed to C:/Windows/System32/libblas.dll. others…
Taylor Johnson
  • 113
  • 1
  • 8
1
vote
0 answers

BLAS should automatically detected by CMake-GUI 3.10.1

I have a project running via CMake-GUI 3.10.1 with MinGW ,But When I try to configure that I got this error.I think something wrong with my CMake-GUI.Maybe BLAS should automatically detected by CMake-GUI.So what should I do. The Fortran compiler…
Taylor Johnson
  • 113
  • 1
  • 8
1
vote
2 answers

cmake - preset settings for entries from ini file

I have a project that uses some third party libraries. So each time I setup this project with CMake, I have to set each entry (path of the third party library) on the GUI of CMake. I improve this by making CMake script guess the path by this script…
123iamking
  • 2,387
  • 4
  • 36
  • 56
1
vote
1 answer

Cmake : CMAKE_MAKE_PROGRAM is not set

I'm trying to build openCv, I never builded anything before. I installed gcc in C:\MinGW with ftp://ftp.equation.com/gcc/gcc-7.1.0-64.exe now when I type 'gcc --version' in the command line, I get an awnser. I then installed CMAKE from…
sliders_alpha
  • 2,276
  • 4
  • 33
  • 52