Browse Source

Updated cmake minimum required to 3.1

master
eidheim 5 years ago
parent
commit
1cdedf7893
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.1)
project(clangmm)

Loading…
Cancel
Save