Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christoph Seitz
CMake
Commits
1e2e1288
Commit
1e2e1288
authored
Feb 07, 2019
by
Brad King
Browse files
Merge branch 'cpack-ifw-error-wording' into release-3.14
Merge-request: !2928
parents
6383dc39
60a8d4c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/CPackIFW.cmake
View file @
1e2e1288
...
...
@@ -518,7 +518,7 @@ macro(_cpack_ifw_resolve_script _variable)
get_filename_component
(
${
_ifw_script_macro
}
${
_ifw_script_file
}
ABSOLUTE
)
set
(
_ifw_script_file
${${
_ifw_script_macro
}}
)
if
(
NOT EXISTS
${
_ifw_script_file
}
)
message
(
WARNING
"CPack IFW: script file
\"
${
_ifw_script_file
}
\"
i
s not exist
s
"
)
message
(
WARNING
"CPack IFW: script file
\"
${
_ifw_script_file
}
\"
doe
s not exist"
)
set
(
${
_ifw_script_macro
}
)
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment