lightpreview: update minimum CMake version to avoid policy warnings on windows

This commit is contained in:
Eric Wasylishen 2017-04-28 13:29:06 -07:00
parent 345f5b3ad9
commit ca15434e67
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 3.0)
project (lightpreview CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)