I'm trying to include to make cmake-based project the library vlc-qt, as an external project from github repository.
The project uses recommended way :
FIND_PACKAGE(VLCQt REQUIRED COMPONENTS Widgets)
cmake performs this command at configuration stage so you see that library is not build on that moment.
what is a right way to avoid this?