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

Add static library definition to FindCAF lookup

parent e14eb7be
......@@ -83,8 +83,8 @@ foreach (comp ${CAF_FIND_COMPONENTS})
endif ()
find_library(CAF_LIBRARY_${UPPERCOMP}
NAMES
"caf_${comp}"
"caf_${comp}_static"
"caf_${comp}"
"caf_${comp}_static"
HINTS
${library_hints}
/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