Commit 045e02af by Lei Zhang

Bump minimum required CMake version to 2.8.12.

CMake 2.8.12 added support for target_include_directories(), among other features, and we would like to use it.
parent 52e1db87
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8.12)
enable_testing() enable_testing()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment