Commit e14eb7be authored by Ingersol's avatar Ingersol Committed by Dominik Charousset

*addes static library to FindCAF lookup

parent 7544bb1a
...@@ -84,6 +84,7 @@ foreach (comp ${CAF_FIND_COMPONENTS}) ...@@ -84,6 +84,7 @@ foreach (comp ${CAF_FIND_COMPONENTS})
find_library(CAF_LIBRARY_${UPPERCOMP} find_library(CAF_LIBRARY_${UPPERCOMP}
NAMES NAMES
"caf_${comp}" "caf_${comp}"
"caf_${comp}_static"
HINTS HINTS
${library_hints} ${library_hints}
/usr/lib /usr/lib
......
Markdown is supported
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