project description correction

This commit is contained in:
Krishna Vedala 2020-05-26 01:17:30 -04:00
parent 7bb69e4183
commit c4e49b9557
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
project(Algorithms_in_C++
LANGUAGES CXX
VERSION 1.0.0
DESCRIPTION "Set of algorithms implemented in C."
DESCRIPTION "Set of algorithms implemented in C++."
)
# set(CMAKE_CXX_CPPLINT "~/anaconda3/bin/cpplint --filter=-legal/copyright --std=c++11")