Commit c978878
committed
Merge #145: CTest: Module must be included at the top level
63ac092 CTest: Module must be included at the top level (Daniel Pfeifer)
Pull request description:
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`.
ACKs for top commit:
hebasto:
ACK 63ac092, tested on Ubuntu 24.04:
Tree-SHA512: 042b3b4575e90db0c4c181d70407577ae373bc35faf9d4cccaf2816250746b76d6457f05bbd0e949cf6bc0bdb3beaf0d7f2c71e1b44c8aecc0215bdafa4a38372 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| 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