About 69,300 results
Open links in new tab
  1. c++ - How do I use CMake? - Stack Overflow

    I am trying to use CMake in order to compile opencv. I am reading the tutorial but can't understand what is CMakeLists files and how is it connected to the gui of CMake? Also couldn't understand ...

  2. ubuntu - Where is the CMake GUI for Linux? - Stack Overflow

    Sep 6, 2015 · I have CMake installed on my Ubuntu Linux. Trying to run CMake GUI in Linux. I found it works in Windows, but where to get it and how to run in Linux?

  3. How can I use CMake to create a Visual Studio Solution with multiple ...

    Mar 25, 2023 · To build a CMake target (Visual Studio project), you can use the Visual Studio GUI (look for actions for building projects there. you'll probably see on in context menus when right-clicking on …

  4. How to install cmake-gui latest version on Ubuntu

    When installing from package-manager, cmake-gui or cmake-qt-gui are shipped with an older version of cmake. Even after I build and install cmake 's latest version from source, cmake-gui continues to use …

  5. Setting CMake compilation options in VS Code - Stack Overflow

    Jan 26, 2021 · The CMake Tools extensions is a good choice, but it doesn't come with a GUI. If you want to use cmake-gui, you could still use it in your vscode CMake build directory, by executing …

  6. How can I get cmake command from cmake-gui? - Stack Overflow

    Feb 23, 2013 · 8 I use cmake-gui to configure OpenCV, and I want to use same configure on some other computer. Cause I use ssh without X forwarding, so I can't use cmake-gui to configure again. I don't …

  7. How do I tell CMake to use Clang on Windows? - Stack Overflow

    I have a C++ project that builds using CMake. I usually build on OSX but now I am trying to get a Windows version working too. I would like to use Clang on Windows for compatibility reasons. I

  8. c++ - Using Cmake-gui and vcpkg - Stack Overflow

    I am testing vcpkg for my project and I came across a problem with cmake-gui I have installed vcpkg, with the help of vcpkg Boost libraries were installed. When I compile via command line, everyth...

  9. cmake - Why there are two buttons in GUI Configure and Generate …

    Sep 9, 2016 · There are two stages when CMake is run, as reflected by the two buttons in the CMake GUI. The first stage is the configure step where the CMakeLists.txt file is read in. CMake builds up an …

  10. Setting a cross-compiler file using the CMake GUI

    May 1, 2015 · The cross compilation file is a CMake script that specifies which compiler to use, among other configurations. You should obtain/create one for your specific platform.