Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Trip Event Logger Config
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
Low-Level Radio Frequency
Trip Event Logger
Trip Event Logger Config
Commits
feb86086
Commit
feb86086
authored
5 years ago
by
Jens Georg
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Use find_dependency instead of find_package"
This reverts commit
e7294d81
. This does not exist on xenial yet
parent
e7294d81
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/create_cmake_config_files.cmake
+1
-1
1 addition, 1 deletion
cmake/create_cmake_config_files.cmake
with
1 addition
and
1 deletion
cmake/create_cmake_config_files.cmake
+
1
−
1
View file @
feb86086
...
...
@@ -55,7 +55,7 @@ endforeach()
set
(
${
PROJECT_NAME
}
_PUBLIC_DEPENDENCIES_L
""
)
foreach
(
DEPENDENCY
${${
PROJECT_NAME
}
_PUBLIC_DEPENDENCIES
}
)
string
(
APPEND
${
PROJECT_NAME
}
_PUBLIC_DEPENDENCIES_L
"find_
dependency
(
${
DEPENDENCY
}
)
\n
"
)
string
(
APPEND
${
PROJECT_NAME
}
_PUBLIC_DEPENDENCIES_L
"find_
package
(
${
DEPENDENCY
}
REQUIRED
)
\n
"
)
endforeach
()
# we have nested @-statements, so we have to parse twice:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment