Skip to content

Commit 20e387e

Browse files
committed
Update CMakeLists.txt
1 parent 7c109e0 commit 20e387e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HackerRank/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(hacker_rank LANGUAGES CXX)
3+
project("hacker_rank" LANGUAGES CXX)
44

55
set(CMAKE_C_STANDARD 20)
66
SET(CMAKE_C_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)