mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Instead of relying on that some development package is installed on the system, now a tiny library is built, which is the searched and used during the test. Alex
5 lines
29 B
C++
5 lines
29 B
C++
int foo()
|
|
{
|
|
return 1477;
|
|
}
|