quill
quill copied to clipboard
Error, use cmake -DCMAKE_PREFIX_PATH=xxx
What was the command you ran?
I'm going to go out on a lib here and say that /usr/local/pkgconfig
is protected by elevated privileges.
command is cmake -DCMAKE_PREFIX_PATH=/home/huangyong/quill_build ..
i am not able to reproduce this, DCMAKE_PREFIX_PATH
specifies installation prefixes to be searched by the find_package()
It looks like you ran cmake -DCMAKE_PREFIX_PATH=/home/huangyong/quill_build ..
on your own project and you want to find quill installed under /home/huangyong/quill_build
correct ?