Update CMakeLists.txt
This commit is contained in:
parent
a1740140e7
commit
3deae628f6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
cmake_policy(SET CMP0048 NEW)
|
cmake_policy(SET CMP0048 NEW)
|
||||||
project(chrome-pak VERSION 2.0.1 LANGUAGES C CXX)
|
project(chrome-pak VERSION 2.0.1 LANGUAGES C CXX)
|
||||||
option(LGPL "Use custom startfiles on windows for smaller binary, requiring GNU Lesser General Public License 2.1+." ON)
|
option(LGPL "Use custom startfiles on windows for smaller binary, requiring GNU Lesser General Public License 2.1+." ON)
|
||||||
|
|
Loading…
Reference in a new issue