You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file TestCMake.cmake contains a function to test cmake scripts. It converts an input cmake
file into a project which is then configured, built, and run using ctest. Unless an optional
"SOURCE" is provided as argument, the test program is an empty main function returning 0. If the
keyword is provided, then a main.cc or main.c file should provided the cmake script.