Skip to content

Commit 0d687a1

Browse files
SoapGentoohorenmar
authored andcommitted
Change CMake project name to 'Catch2'
1 parent bdf431c commit 0d687a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
66
set(NOT_SUBPROJECT ON)
77
endif()
88

9-
project(CatchSelfTest)
9+
project(Catch2)
1010

1111
include(GNUInstallDirs)
1212

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ before_build:
5454

5555
# build with MSBuild
5656
build:
57-
project: Build\CatchSelfTest.sln # path to Visual Studio solution or project
57+
project: Build\Catch2.sln # path to Visual Studio solution or project
5858
parallel: true # enable MSBuild parallel builds
5959
verbosity: normal # MSBuild verbosity level {quiet|minimal|normal|detailed}
6060

0 commit comments

Comments
 (0)