mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
project description correction
This commit is contained in:
parent
7bb69e4183
commit
c4e49b9557
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
|
|||||||
project(Algorithms_in_C++
|
project(Algorithms_in_C++
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 1.0.0
|
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")
|
# set(CMAKE_CXX_CPPLINT "~/anaconda3/bin/cpplint --filter=-legal/copyright --std=c++11")
|
||||||
|
Loading…
Reference in New Issue
Block a user