Files
CMake/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/badargs2.cmake
T
Brad King 9ae3382855 Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES test
Now that these cases are in a dedicated test we can drop the
`file-GET_RUNTIME_DEPENDENCIES-` prefix from their name.
2020-06-16 11:17:55 -04:00

16 lines
346 B
CMake

file(GET_RUNTIME_DEPENDENCIES
RESOLVED_DEPENDENCIES_VAR
UNRESOLVED_DEPENDENCIES_VAR
CONFLICTING_DEPENDENCIES_PREFIX
BUNDLE_EXECUTABLE
EXECUTABLES
LIBRARIES
MODULES
DIRECTORIES
PRE_INCLUDE_REGEXES
PRE_EXCLUDE_REGEXES
POST_INCLUDE_REGEXES
POST_EXCLUDE_REGEXES
)
message(FATAL_ERROR "This message should not be displayed")