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

export FOUND flag to the calling CMakeLists.txt

parent aff8c031
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ FUNCTION(add_dependency dependency_project_name required_version)
SET(${dependency_project_name}_LIBRARIES ${${dependency_project_name}_LIBRARIES} PARENT_SCOPE)
SET(${dependency_project_name}_LINK_FLAGS ${${dependency_project_name}_LINK_FLAGS} PARENT_SCOPE)
SET(${dependency_project_name}_CXX_FLAGS ${${dependency_project_name}_CXX_FLAGS} PARENT_SCOPE)
SET(${dependency_project_name}_FOUND ${${dependency_project_name}_FOUND} 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