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 -B Debug
-- Building for: Visual Studio 17 2022
-- The C compiler identification is MSVC 19.44.34823.2
-- The CXX compiler identification is MSVC 19.44.34823.2
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.44.34823/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.44.34823/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found SFML 3.0.0 in C:/vcpkg/installed/x64-windows/share/sfml
-- Found SFML 3.0.0 in C:/vcpkg/installed/x64-windows/share/sfml
-- Configuring done (3.8s)
CMake Error at C:/vcpkg/installed/x64-windows/share/imgui-sfml/ImGui-SFMLConfig.cmake:63 (set_target_properties):
The link interface of target "ImGui-SFML::ImGui-SFML" contains:
OpenGL::GL
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
CMakeLists.txt:11 (find_package)
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
Environment
OS: Windows 11
Compiler: Visual Studio Community 2022 (64-bit) Version 17.14.0 Preview 1.1
PS E:\vcpkg> ./vcpkg version
vcpkg package management program version 2025-02-11-bec4296bf5289dc9ce83b4f5095943e44162f9c2
See LICENSE.txt for license information.
Describe the bug
Environment
To Reproduce
Steps to reproduce the behavior:
Additional context
The text was updated successfully, but these errors were encountered: