Skip to content

Commit c878c00

Browse files
committed
Small fixes for CMake-related files.
1 parent 23ed8fa commit c878c00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22

3+
project(json_dto_root CXX)
4+
35
SET(CMAKE_CXX_STANDARD 14)
46
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
57

dev/json_dto/cmake/target.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(JSON_DTO_VERSION "0.2.11")
1+
set(JSON_DTO_VERSION "0.2.15")

0 commit comments

Comments
 (0)