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
0
votes
1 answer

OpenPose Installation Failure:Issue Resolved

I have been trying to install the openpose framework for motoin tracking onto my Windows 10 PC which has a AMD Ryzen Pro 1700 Eight-Core CPU and a Radeon RX 580 GPU with 8GB of VRAM along with 16GB of Normal RAM. I have followed the instruction to…
Random person
  • 123
  • 1
  • 10
0
votes
0 answers

Build OpenCV + CUDA + Contrib for Windows 10

I am trying to use cuda optical flow functions in OpenCV from Python. I have successfully built the OpenCV 4.5.2 with cuda and I added the modules folder in opencv-contrib in the CMake. When I want to call the optical flow functions, both for cpu…
0
votes
1 answer

How to make BOOST unit tests run when building a project

I'm working on a C++ project organized into libraries as follows: ├── Lib_1 │ ├── ... │ └── CMakeLists.txt ├── Lib_2 │ ├── ... │ └── CMakeLists.txt │ ... ├── Lib_N │ ├── ... │ └── CMakeLists.txt ├── Main.cpp └──…
Martin
  • 141
  • 1
  • 11
0
votes
1 answer

Cmake : Dependency to run if there's any change

I'm new to Cmake and I have a main output named TARGET. I'm trying to add custom target named _COPY_ASSETS_TARGET as a dependency to main TARGET. I want TARGET to rebuild _COPY_ASSETS_TARGET automatically if there's any change in…
0
votes
0 answers

DLL load failed while importing cv2

I got stuck with this error while building OpenCV from source with GStreamer features. Here is the error: Python 3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:59:51) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license"…
0
votes
0 answers

sundials package installation on windows

I need to install the "cvode" from sundials package version 5.3.0. I was following the install guide, but there was an error. The guide says "Back in the VS Command Window: (a) Run msbuild ALL_BUILD.vcxproj". However, when I type the commands (start…
Motta
  • 1
  • 1
0
votes
0 answers

(Cmake-gui setup) Visual Studio is missing while specifying the generator

I am using cmake-gui ,before Configuring I need to select the generator for this project,However I can't not find Visual Studio in all options ,how can I add Visual Studio for me to choose. Thanks.
Pro_gram_mer
  • 749
  • 3
  • 7
  • 20
0
votes
1 answer

I can't run the manta.exe in Windows

Environment: python 3.7, cmake 3.19.0, Visual Studio Community 2019, Qt5.9.9(including MinGW) I downloaded the package in http://mantaflow.com/download.html and its github, I was trying to install it but failed in run the manta.exe. Here is my…
Omnis
  • 1
  • 1
0
votes
1 answer

Set mutually exclusive variables in CMake?

I have a project where i use 2 different libraries depending on the user interest. While generating, i would like to give the user a choice to select which library to build. So far, i used something like this: set(BUILD_WITH_IR OFF CACHE BOOL…
MarKS
  • 494
  • 6
  • 22
0
votes
0 answers

Cannot view CMake Build Settings

My CMake is missing a view for me to make adjustments to CMake config. In other pictures online I see an additional window with flags that I can check. Mine only has one for the output. my cmake example output
Gordon
  • 21
  • 1
  • 5
0
votes
1 answer

wxWidgets. Resizing subarea in wxFrame like in CMake GUI

I'm new in wxWidgets so I'm trying to make the window like in CMake GUI. How can I divide the area into two self-resizable areas: I'm using linux for development & cmake. I'm not using any UI editor PS: Sory for my English, It's not my native lang…
golxzn
  • 96
  • 1
  • 4
0
votes
0 answers

Cmake can't find files even with path provided when configuring

I am trying to build OpenSim from source code using the CMake GUI as per these instructions (Linux) : https://github.com/simbody/simbody I have found several problems in step 3 of this process, at first the program didn't seem to find Simbody even…
0
votes
0 answers

Cmake, error when try to include libraries

I am trying to build this library https://github.com/stotko/stdgpu, by following the given steps but I got the following error as in the attached image , could any one give me the suggestion to solve it The CXX compiler identification is MSVC…
chethana
  • 19
  • 5
0
votes
0 answers

Mingw32-make install error while installing OpenCV-4.3 windows

Binaries are built using cmake with mingw makefiles as a generator, windows 10 x64, the installation made using following guide Link [ 42%] Building RC object modules/core/CMakeFiles/opencv_core.dir/vs_version.rc.obj > gcc: error: long: No such…
0
votes
1 answer

Simple ITK Elastix installation on Windows 10 from Sources with CMake to run in Python

I have to try to install SimpleITK Elastix on Windows 10. I have the toolchain (Windows 10, Anaconda3, python 3.7 , MSVS 2019, Cmake 3.7, git,) and source code (SimpleITK v1.2, SimpleElastix KIT). It do all steps all right but after run python setup…
candido
  • 143
  • 9