
We are working on adding CPS support to find_package, which will obviously require tests (ideally, and especially in the long term, a non-trivial number thereof). While it would be possibly to lump these into the already rather lengthy FindPackageTest, it seems likely they can be kept separate. Therefore, rename FindPackageTest to FindPackageCMakeTest so that the name FindPackageCpsTest will be available.
5 lines
27 B
C++
5 lines
27 B
C++
int main()
|
|
{
|
|
return 0;
|
|
}
|