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 23, 2020
1 parent 5a80281 commit a3cb304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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 2.8.12)

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

0 comments on commit a3cb304

Please sign in to comment.