Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BCM Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Special Diagnostics
BCM
BCM Server
Merge requests
!8
update project template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update project template
update-project-template
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Martin Killenberg
requested to merge
update-project-template
into
master
11 months ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
fix(project-template): FindConfigGenerator with custom install path
fix(project-template): servers might call wrong config generator version
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7883da18
3 commits,
11 months ago
3 files
+
25
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
cmake/Modules/FindConfigGenerator.cmake
+
1
−
1
Options
@@ -26,7 +26,7 @@
SET
(
ConfigGenerator_FOUND 0
)
file
(
GLOB ConfigGenerator_SEARCH_PATHS
${
CMAKE_CURRENT_LIST_DIR
}
"/usr/share/ConfigGenerator*"
)
file
(
GLOB ConfigGenerator_SEARCH_PATHS
${
CMAKE_CURRENT_LIST_DIR
}
"
${
CMAKE_INSTALL_PREFIX
}
/share/ConfigGenerator*"
"/usr/share/ConfigGenerator*"
)
FIND_PATH
(
ConfigGenerator_DIR
NAMES ConfigGeneratorConfigVersion.cmake
PATHS
${
ConfigGenerator_SEARCH_PATHS
}
Loading