diff --git a/hello_imgui_cmake/overlay_vcpkg/hello-imgui/usage b/hello_imgui_cmake/overlay_vcpkg/hello-imgui/usage index 468cefab..a4b8a172 100644 --- a/hello_imgui_cmake/overlay_vcpkg/hello-imgui/usage +++ b/hello_imgui_cmake/overlay_vcpkg/hello-imgui/usage @@ -7,7 +7,7 @@ Usage with `hello_imgui_add_app` (recommended) Usage with `target_link_libraries` set(CMAKE_CXX_STANDARD 17) - find_package(hello_imgui CONFIG REQUIRED) + find_package(hello-imgui CONFIG REQUIRED) # Note the subtle difference between the package name and the target name: hello-imgui vs hello_imgui! target_link_libraries(main PRIVATE hello-imgui::hello_imgui) # this mode will ignore all of hello_imgui cmake tooling, and will not deploy the assets