Update CMakeLists.txt

This commit is contained in:
Alexander David Frick 2022-08-02 17:35:02 -05:00 committed by GitHub
parent a1740140e7
commit 3deae628f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0048 NEW)
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)