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

🧑‍🌾 vcpkg CMake warnings in gz-plugin1-windows #157

Open
Crola1702 opened this issue Jan 15, 2025 · 0 comments
Open

🧑‍🌾 vcpkg CMake warnings in gz-plugin1-windows #157

Crola1702 opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Crola1702
Copy link

Environment

  • OS Version: Windows
  • Source gz-plugin1-windows

Description

  • Expected behavior: Build should be clean of issues
  • Actual behavior: Build is showing 5 cmake warnings

Output

Reference build:

Warnings:

vcpkg_cmake_configure.cmake:487
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:487 (message):
  The following variables are not used in CMakeLists.txt:

      CMAKE_DEBUG_POSTFIX

  Please recheck them and remove the unnecessary options from the
  `vcpkg_cmake_configure` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/libraw/portfile.cmake:32 (vcpkg_cmake_configure)
  scripts/ports.cmake:145 (include)
vcpkg_buildpath_length_warning.cmake:18
CMake Warning at scripts/cmake/vcpkg_buildpath_length_warning.cmake:18 (message):
  qt5-quickcontrols2's buildsystem uses very long paths and may fail on your
  system.

  We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using
  the subst command.
Call Stack (most recent call first):
  installed/x64-windows/share/qt5/qt_download_submodule.cmake:13 (vcpkg_buildpath_length_warning)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:5 (qt_download_submodule)
  ports/qt5-quickcontrols2/portfile.cmake:2 (qt_submodule_installation)
  scripts/ports.cmake:145 (include)
vcpkg_configure_cmake.cmake:410
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:487 (message):
  The following variables are not used in CMakeLists.txt:

      OGRE_BUILD_RENDERSYSTEM_GLES

  Please recheck them and remove the unnecessary options from the
  `vcpkg_cmake_configure` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/ogre/portfile.cmake:47 (vcpkg_cmake_configure)
  scripts/ports.cmake:145 (include)

ports.cmake:75
CMake Deprecation Warning at scripts/ports.cmake:75 (message):
  vcpkg_apply_patches has been deprecated in favor of the `PATCHES` argument
  to `vcpkg_from_*`.
Call Stack (most recent call first):
  scripts/cmake/vcpkg_apply_patches.cmake:18 (z_vcpkg_deprecation_message)
  osrf_vcpkg_ports/ogre2/portfile.cmake:18 (vcpkg_apply_patches)
  scripts/ports.cmake:145 (include)
@Crola1702 Crola1702 added the bug Something isn't working label Jan 15, 2025
@azeey azeey moved this from Inbox to To do in Core development Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants