Set project name in CMakeLists.txt to CatchSelfTest
This commit is contained in:
parent
8abe17a393
commit
0bcae64d3d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
project(Catch)
|
project(CatchSelfTest)
|
||||||
|
|
||||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue