Age | Commit message (Collapse) | Author |
|
Find module tests now use find_package(), and there is a version for
when CMAKE_MODULE_PATH is set and a version for when
ecm_use_find_modules() is used.
KDE modules are also now tested.
REVIEW 117658
|
|
This matches what is in the main CMakeLists.txt file, and silences some
warnings in the test logs.
|
|
Since some cmake modules include others inside e-c-m we need to set the cmake module path
so that they are found
|
|
-add test ExecuteAllModules, which is the same as FindModulesExecuteAll in CMake: include (and execute) all *cmake files, to make sure they are not completely broken
Alex
|