
The set of RunCMake/find_package tests is quite large, which makes development and management less efficient. While this could probably stand additional refactoring, split out just the CPS tests for now, as those are currently under active development.
25 lines
970 B
Plaintext
25 lines
970 B
Plaintext
CMake Error in cps/componenttest-extra\.cps:
|
|
Could not find a package configuration file provided by "DoesNotExist" with
|
|
any of the following names:
|
|
|
|
DoesNotExist\.cps
|
|
doesnotexist\.cps
|
|
DoesNotExistConfig\.cmake
|
|
doesnotexist-config\.cmake
|
|
|
|
Add the installation prefix of "DoesNotExist" to CMAKE_PREFIX_PATH or set
|
|
"DoesNotExist_DIR" to a directory containing one of the above files\. If
|
|
"DoesNotExist" provides a separate development package or SDK, be sure it
|
|
has been installed\.
|
|
Call Stack \(most recent call first\):
|
|
cps/[Cc]omponent[Tt]est\.cps
|
|
cps/[Tt]ransitive[Ii]ncomplete\.cps
|
|
MissingTransitiveComponentDependency\.cmake:[0-9]+ \(find_package\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
+
|
|
CMake Error at MissingTransitiveComponentDependency\.cmake:[0-9]+ \(find_package\):
|
|
find_package could not find ComponentTest, required by
|
|
TransitiveIncomplete\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|