BatchDrake/suscan

Wrong linker library in file

mehdideveloper opened this issue · 3 comments

Hey
This is a weird issue:
While compiling, I got this:
ld: library not found for -l-L/usr/local/opt/qt/lib
It turned out to be inside build/CMakeFiles/suscan.dir/link.txt
There was an empty -l . I removed it and compile succeeded

Reproduced and already looking into it.

It fixed itself by simply removing all contents from the build directory and running cmake .. on it again. Are you compiling from a clean build directory?

I will double check