19 lines
762 B
Plaintext
19 lines
762 B
Plaintext
|
^CMake Warning \(dev\) at file-GET_RUNTIME_DEPENDENCIES-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 file-GET_RUNTIME_DEPENDENCIES-badargs2\.cmake:[0-9]+ \(file\):
|
||
|
file Keyword missing value: BUNDLE_EXECUTABLE
|
||
|
Call Stack \(most recent call first\):
|
||
|
CMakeLists\.txt:[0-9]+ \(include\)$
|