Skip to content

CMake fix

Sebastian Müller requested to merge muellese/mhm:cmake_fix into develop

Minor Cmake fixes:

  • min. required cmake version: 3.12 (was 3.5)
  • remove escaped qoutes from add_compile_definitions as an attempt to fix #160 (closed) (guess: cygwin could have problems with escaping characters)

Fixes #160 (closed)

Edited by Sebastian Müller

Merge request reports