Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
d5333c09
Commit
d5333c09
authored
Jun 14, 2019
by
Rolf Eike Beer
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BundleUtilities: simplify inclusion of GetPrerequisites
parent
77e59e44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Modules/BundleUtilities.cmake
Modules/BundleUtilities.cmake
+1
-2
No files found.
Modules/BundleUtilities.cmake
View file @
d5333c09
...
...
@@ -246,8 +246,7 @@ endif()
# The functions defined in this file depend on the get_prerequisites function
# (and possibly others) found in:
#
get_filename_component
(
BundleUtilities_cmake_dir
"
${
CMAKE_CURRENT_LIST_FILE
}
"
PATH
)
include
(
"
${
BundleUtilities_cmake_dir
}
/GetPrerequisites.cmake"
)
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/GetPrerequisites.cmake"
)
function
(
get_bundle_main_executable bundle result_var
)
...
...
Brad King
@brad.king
mentioned in commit
cecf7e61
·
Jun 20, 2019
mentioned in commit
cecf7e61
mentioned in commit cecf7e61c4816e4a3bb55df243c6bf84f6df6e58
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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