cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..


so I also tried to build with different location of library, but it still fails to find the library correctly.
"cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/lib/x86-64-linux-gnu .."
I tried to follow the instructions again from the beginning, but I still encountered the same issues for a long time.
Could anyone provide any comments how to address this issue?
Thank you for consideration
