Skip to content
Snippets Groups Projects
Commit feb86086 authored by Jens Georg's avatar Jens Georg
Browse files

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
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ endforeach() ...@@ -55,7 +55,7 @@ endforeach()
set(${PROJECT_NAME}_PUBLIC_DEPENDENCIES_L "") set(${PROJECT_NAME}_PUBLIC_DEPENDENCIES_L "")
foreach(DEPENDENCY ${${PROJECT_NAME}_PUBLIC_DEPENDENCIES}) 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() endforeach()
# we have nested @-statements, so we have to parse twice: # we have nested @-statements, so we have to parse twice:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment