Skip to content
Snippets Groups Projects
Commit 8531c686 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

also export the PREFIX variable

parent 79979fba
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,6 @@ FUNCTION(add_dependency dependency_project_name required_version)
SET(${dependency_project_name}_FOUND ${${dependency_project_name}_FOUND} PARENT_SCOPE)
SET(${dependency_project_name}_VERSION ${${dependency_project_name}_VERSION} PARENT_SCOPE)
SET(${dependency_project_name}_INCLUDE_DIRS ${${dependency_project_name}_INCLUDE_DIRS} PARENT_SCOPE)
SET(${dependency_project_name}_PREFIX ${${dependency_project_name}_PREFIX} PARENT_SCOPE)
ENDFUNCTION(add_dependency)
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