We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf431c commit 0d687a1Copy full SHA for 0d687a1
CMakeLists.txt
@@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
6
set(NOT_SUBPROJECT ON)
7
endif()
8
9
-project(CatchSelfTest)
+project(Catch2)
10
11
include(GNUInstallDirs)
12
appveyor.yml
@@ -54,7 +54,7 @@ before_build:
54
55
# build with MSBuild
56
build:
57
- project: Build\CatchSelfTest.sln # path to Visual Studio solution or project
+ project: Build\Catch2.sln # path to Visual Studio solution or project
58
parallel: true # enable MSBuild parallel builds
59
verbosity: normal # MSBuild verbosity level {quiet|minimal|normal|detailed}
60
0 commit comments