Skip to content
Snippets Groups Projects
Commit b6895cb8 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed include directory to contain the library

parent c540293f
Branches
Tags
No related merge requests found
......@@ -165,7 +165,7 @@ function(find_bob_package package)
# find include directories
find_path(_include_dir
NAMES include
NAMES include/${package}
HINTS ${_package_dir}
)
if (_include_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment