From fb74519a68fe77f30ca57919bf1f0d6329f11644 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 9 Jan 2019 13:37:30 -0500 Subject: Lower cmake version for CTS compatibility (#215) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa7855..01a1360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 2.8) if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) endif() -- cgit v1.2.3