Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit f5cfdba

Browse files
committed
Loosen cmake version requirement to 2.8.7 so we can run continuous
integration tests using Travis (which runs ubuntu 12.04 that only has cmake 2.8.7 available).
1 parent b827811 commit f5cfdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.9)
1+
cmake_minimum_required(VERSION 2.8.7)
22
project(libswiftnav)
33

44
set(CMAKE_C_FLAGS_RELEASE "-O3")

0 commit comments

Comments
 (0)