mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:21:49 +08:00
11 lines
290 B
Diff
11 lines
290 B
Diff
|
diff --git a/vcpkg/CMakeLists.txt b/vcpkg/CMakeLists.txt
|
||
|
index 2c36cda..be3d6ce 100644
|
||
|
--- a/vcpkg/CMakeLists.txt
|
||
|
+++ b/vcpkg/CMakeLists.txt
|
||
|
@@ -1,4 +1,5 @@
|
||
|
cmake_minimum_required(VERSION 3.3)
|
||
|
+project(restinio-vcpkg CXX)
|
||
|
|
||
|
SET(CMAKE_CXX_STANDARD 14)
|
||
|
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
|