Skip to content
Snippets Groups Projects
Commit 33e70d96 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Tweak FindLoki to mark the fact you include headers as <loki/XXX.hpp> not <XXX.hpp>

parent c9a46af0
Branches
No related merge requests found
FIND_PATH(LOKI_INCLUDE_DIR LokiExport.h /usr/include/loki /usr/local/include/loki)
FIND_PATH(LOKI_INCLUDE_DIR loki/LokiExport.h /usr/include /usr/local/include)
FIND_LIBRARY(LOKI_LIBRARY NAMES loki PATH /usr/lib /usr/local/lib)
FIND_LIBRARY(LOKI_LIBRARY NAMES loki PATHS /usr/lib /usr/local/lib)
MARK_AS_ADVANCED(LOKI_LIBRARY)
MARK_AS_ADVANCED(LOKI_INCLUDE_DIR)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment