mailio icon indicating copy to clipboard operation
mailio copied to clipboard

CMake Error when using with vcpkg

Open ParticleG opened this issue 6 months ago • 4 comments

Reproduce repo: Studio26F vcpkg.json:

{
  "name": "studio26f",
  "version-string": "1.0.0",
  "maintainers": [
    "Particle_G <[email protected]>"
  ],
  "description": "The new centralized backend for the block stacking game <Techmino>",
  "homepage": "https://github.com/26F-Studio/Studio26F",
  "documentation": "https://github.com/26F-Studio/Studio26F",
  "license": "LGPL-3.0",
  "dependencies": [
    "cryptopp",
    {
      "name": "drogon",
      "default-features": false,
      "features": [
        "ctl",
        "orm",
        "postgres",
        "redis"
      ]
    },
    "mailio",
    "magic-enum",
    "range-v3"
  ]
}
CMake Error at cmake-build-debug/vcpkg_installed/x64-windows/share/mailio/mailioConfig.cmake:61 (set_target_properties):
  The link interface of target "mailio" contains:

    Boost::system

  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):
  vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package)
  CMakeLists.txt:35 (find_package)


CMake Generate step failed.  Build files cannot be regenerated correctly.
ninja: error: rebuilding 'build.ninja': subcommand failed

ParticleG avatar Aug 04 '24 01:08 ParticleG