quill icon indicating copy to clipboard operation
quill copied to clipboard

Error, use cmake -DCMAKE_PREFIX_PATH=xxx

Open chinahuangyong opened this issue 1 year ago • 3 comments

DeepinScreenshot_select-area_20240118135023

chinahuangyong avatar Jan 18 '24 05:01 chinahuangyong

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.

AlemSnyder avatar Jan 27 '24 19:01 AlemSnyder

command is cmake -DCMAKE_PREFIX_PATH=/home/huangyong/quill_build ..

chinahuangyong avatar Jan 30 '24 06:01 chinahuangyong

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 ?

odygrd avatar Mar 23 '24 12:03 odygrd