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
It compiles and installs like normal, but when I try to link the library with target_link_libraries(<executable> libvbox::vbox) it fails with these errors:
[cmake] CMake Error in CMakeLists.txt:
[cmake] IMPORTED_IMPLIB not set for imported target "libvbox::vbox" configuration
[cmake] "Debug".
[cmake]
[cmake]
[cmake] CMake Error in CMakeLists.txt:
[cmake] IMPORTED_IMPLIB not set for imported target "libvbox::vbox" configuration
[cmake] "Release".
[cmake]
[cmake]
[cmake] CMake Error in CMakeLists.txt:
[cmake] IMPORTED_IMPLIB not set for imported target "libvbox::vbox" configuration
[cmake] "MinSizeRel".
[cmake]
[cmake]
[cmake] CMake Error in CMakeLists.txt:
[cmake] IMPORTED_IMPLIB not set for imported target "libvbox::vbox" configuration
[cmake] "RelWithDebInfo".
[cmake]
[cmake]
[cmake] -- Generating done (0.1s)
[cmake] CMake Generate step failed. Build files cannot be regenerated correctly.
I am using MSVC in Visual Studio Code, VirtualBox version 7.1.4.
The text was updated successfully, but these errors were encountered:
It compiles and installs like normal, but when I try to link the library with
target_link_libraries(<executable> libvbox::vbox)
it fails with these errors:I am using MSVC in Visual Studio Code, VirtualBox version 7.1.4.
The text was updated successfully, but these errors were encountered: