mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
7624d0110b
Run the tests only if enabled explicitly by an undocumented cache entry. We will enable it on hosts known to have the toolchains. Closes: #26735
8 lines
70 B
C++
8 lines
70 B
C++
#include "module.h"
|
|
int i;
|
|
int main()
|
|
{
|
|
i = INTERNAL;
|
|
return i;
|
|
}
|