Added spaces for better readability if newlines are squashed.

This commit is contained in:
tastytea 2018-02-28 22:44:44 +01:00
parent 36b6449fc7
commit 4da4565f67
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 15 additions and 15 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.7)
include(GNUInstallDirs)
project (soupbot
VERSION 0.2.3
VERSION 0.2.4
LANGUAGES CXX
)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall")