Change CMake project name to 'Catch2'

This commit is contained in:
David Seifert
2018-01-18 00:01:27 +01:00
committed by Martin Hořeňovský
parent bdf431c400
commit 0d687a15d3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
set(NOT_SUBPROJECT ON)
endif()
project(CatchSelfTest)
project(Catch2)
include(GNUInstallDirs)