1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
^NotDefined -> NotFound
CMake Warning at ConfigureLogTransitionsModule2\.cmake:[0-9]+ \(find_package\):
By not providing "FindViaModule\.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"ViaModule", but CMake did not find one\.
Could not find a package configuration file provided by "ViaModule" with
any of the following names:
ViaModuleConfig\.cmake
viamodule-config\.cmake
Add the installation prefix of "ViaModule" to CMAKE_PREFIX_PATH or set
"ViaModule_DIR" to a directory containing one of the above files\. If
"ViaModule" provides a separate development package or SDK, be sure it has
been installed\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
NotFound -> NotFound
CMake Warning at ConfigureLogTransitionsModule2\.cmake:[0-9]+ \(find_package\):
By not providing "FindViaModule\.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"ViaModule", but CMake did not find one\.
Could not find a package configuration file provided by "ViaModule" with
any of the following names:
ViaModuleConfig\.cmake
viamodule-config\.cmake
Add the installation prefix of "ViaModule" to CMAKE_PREFIX_PATH or set
"ViaModule_DIR" to a directory containing one of the above files\. If
"ViaModule" provides a separate development package or SDK, be sure it has
been installed\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
NotFound -> Found
Found -> Found
Found -> NotFound
CMake Warning at ConfigureLogTransitionsModule2\.cmake:[0-9]+ \(find_package\):
By not providing "FindViaModule\.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"ViaModule", but CMake did not find one\.
Could not find a package configuration file provided by "ViaModule" with
any of the following names:
ViaModuleConfig\.cmake
viamodule-config\.cmake
Add the installation prefix of "ViaModule" to CMAKE_PREFIX_PATH or set
"ViaModule_DIR" to a directory containing one of the above files\. If
"ViaModule" provides a separate development package or SDK, be sure it has
been installed\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
END$
|