You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning (dev) at vlfeat_slic_cli/CMakeLists.txt:49 (add_executable):
Policy CMP0028 is not set: Double colon in target name means ALIAS or
IMPORTED target. Run "cmake --help-policy CMP0028" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Target "vlfeat_slic_cli" links to target "Qt5::Core" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
This warning is for project developers. Use -Wno-dev to suppress it.
I have checked that I have all qt5*-dev libraries installed.
What could be the issue ?
The text was updated successfully, but these errors were encountered:
Did you install VLFeat separately or do you use the VLFeat copy shipped with this repository by recursively cloning? If you are using the latter version, you might try to install VLFeat separately (see the webpage) ...
Hi
I am trying to compile the code on Ubuntu 14.04. cmake finishes successfully. But when I try to run 'make' I receive the following error
During cmake, the following error is shown:
I have checked that I have all qt5*-dev libraries installed.
What could be the issue ?
The text was updated successfully, but these errors were encountered: