Commit 9d841a4
committed
CTest: Module must be included at the top level
In order to be able to run `ctest` from the top level build directory,
it is necessary that `enable_testing()` is invoked in the top level
CMakeLists.txt file. The `CTest` module invokes `enable_testing()`
based on the value of `BUILD_TESTING`.1 parent 1e06ff0 commit 9d841a4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments