mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
1b1911a070
* Provide CMake configs * Fix mismatching version in CMakeLists.txt (2.0.0 -> 2.1.0) * Update license (use LICENSE as copyright instead of using single header file as copyright)
14 lines
360 B
Diff
14 lines
360 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 115c898..176bf2d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,7 +1,7 @@
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
|
|
-project(inja LANGUAGES CXX VERSION 2.0.0)
|
|
+project(inja LANGUAGES CXX VERSION 2.1.0)
|
|
|
|
|
|
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)
|