You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
974 B
34 lines
974 B
^CMake Warning \(dev\) at badargs2\.cmake:[0-9]+ \(file\):
|
|
You have used file\(GET_RUNTIME_DEPENDENCIES\) in project mode\. This is
|
|
probably not what you intended to do\. Instead, please consider using it in
|
|
an install\(CODE\) or install\(SCRIPT\) command\. For example:
|
|
|
|
install\(CODE \[\[
|
|
file\(GET_RUNTIME_DEPENDENCIES
|
|
# \.\.\.
|
|
\)
|
|
]]\)
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
|
|
|
CMake Error at badargs2\.cmake:[0-9]+ \(file\):
|
|
Error after keyword "BUNDLE_EXECUTABLE":
|
|
|
|
missing required value
|
|
|
|
Error after keyword "CONFLICTING_DEPENDENCIES_PREFIX":
|
|
|
|
missing required value
|
|
|
|
Error after keyword "RESOLVED_DEPENDENCIES_VAR":
|
|
|
|
missing required value
|
|
|
|
Error after keyword "UNRESOLVED_DEPENDENCIES_VAR":
|
|
|
|
missing required value
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|