Skip to content

Commit

Permalink
Update cmake min version
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Sep 11, 2020
1 parent 5a80281 commit e22865e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Author: KangLin([email protected])

#sudo: required
dist: bionic
#dist: bionic

services:
- xvfb
Expand Down Expand Up @@ -32,6 +32,7 @@ before_install:
- echo "TRAVIS_OS_NAME=${TRAVIS_OS_NAME}"
- export DISPLAY=:99.0
- sudo apt-get install -y libgl1-mesa-glx libgl1-mesa-dev
- cmake --version

install:
- bash ${TRAVIS_BUILD_DIR}/ci/build-install-tools.sh #> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author: Kang Lin ([email protected])

cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.0)

if(POLICY CMP0100)
cmake_policy(SET CMP0100 NEW)
Expand Down

0 comments on commit e22865e

Please sign in to comment.