Skip to content

Commit bfad0e7

Browse files
committed
updated 'README.md' [skip ci]
1 parent ba8dc7e commit bfad0e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,12 @@ After finishing getting a copy of the project, with any of the methods above, cr
8989
a new folder in the `include/` folder, with the name of your project. Edit
9090
`cmake/SourcesAndHeaders.cmake` to add your files.
9191

92-
You will also need to rename the `cmake/ProjectConfig.cmake.in` file to start with the
93-
***exact name of your project***. Such as `cmake/MyNewProjectConfig.cmake.in`.
92+
You will also need to rename the `cmake/ProjectConfig.cmake.in` file to start with
93+
the ***exact name of your project***. Such as `cmake/MyNewProjectConfig.cmake.in`.
94+
You should also make the same changes in the GitHub workflows provided, notably
95+
[`.github/workflows/ubuntu.yml`](.github/workflows/ubuntu.yml), in which you should
96+
replace the CMake option `-DProject_ENABLE_CODE_COVERAGE=1` to
97+
`-DMyNewProject_ENABLE_CODE_COVERAGE=1`.
9498

9599
Finally, change `"Project"` from `CMakeLists.txt`, from
96100

0 commit comments

Comments
 (0)