Skip to content

CMake: Improvements and fixes

Vef, Marc-André requested to merge sanitize_cmake into master
  • Adding the CMake argument "-DDEP_PATH:PATH=<path>" to set where dependencies are installed if they are not in /usr or /usr/local

  • Adding the CMake argument "-DUSE_MIN:BOOL=<ON/OFF>" to use main.cpp or main_min.cpp.

  • Fixing CMake files, e.g., follow code convention and error messages

  • Adding Debug, Release, and memcheck build modes

  • General improvements in searching for packages, linking, and including

Edited by Vef, Marc-André

Merge request reports