Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to build because of imgui #48

Open
define-private-public opened this issue Nov 13, 2020 · 0 comments
Open

Failing to build because of imgui #48

define-private-public opened this issue Nov 13, 2020 · 0 comments

Comments

@define-private-public
Copy link

I checked out this repo on a fairly vanilla system and tried to build on Ubuntu 18.04 using GCC 10.x. I installed the LunarG sdk, glm, etc. I tried building, but it's failing at the step where I tries to locale imgui:

CMake Error at cmake/macros/TargetImgui.cmake:2 (find_package):
  Could not find a package configuration file provided by "imgui" with any of
  the following names:

    imguiConfig.cmake
    imgui-config.cmake

  Add the installation prefix of "imgui" to CMAKE_PREFIX_PATH or set
  "imgui_DIR" to a directory containing one of the above files.  If "imgui"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  base/CMakeLists.txt:35 (target_imgui)

I tried cloning the Dear imGui repo and setting the imgui_DIR environment variable to point it it, and I got the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant