Browse Source

minimum cmake version upgraded to 2.8.12

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
17252cecf1
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -1,5 +1,5 @@
# cmake global
cmake_minimum_required(VERSION 2.8.9)
cmake_minimum_required(VERSION 2.8.12)
# let cmake autolink dependencies on windows
# it's specified globally, cause qt libraries requires that on windows and they are also found globally
cmake_policy(SET CMP0020 NEW)

Loading…
Cancel
Save