Skip to content

Commit b48e6ad

Browse files
committed
core: old cmake removed, prj. name update
1 parent 5f4236c commit b48e6ad

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
# project specific logic here.
33
#
44
cmake_minimum_required (VERSION 3.10)
5-
6-
# Enable Hot Reload for MSVC compilers if supported.
7-
if (POLICY CMP0141)
8-
cmake_policy(SET CMP0141 NEW)
9-
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<IF:$<AND:$<C_COMPILER_ID:MSVC>,$<CXX_COMPILER_ID:MSVC>>,$<$<CONFIG:Debug,RelWithDebInfo>:EditAndContinue>,$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>>")
10-
endif()
11-
12-
project ("DataStructures_Algorithms")
5+
project ("datastructures-algorithms")
136

147
set(CMAKE_CXX_STANDARD 14)
158
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)