Skip to content

Incorrect Boost::headers.INTERFACE_INCLUDE_DIRECTORIES #167

Description

@hebasto

When using the installed boost package with CMake, the following CMakeLists.txt:

cmake_minimum_required(VERSION 3.31)
project(BoostCMakeIncludesBug)
find_package(Boost REQUIRED CONFIG)
include(CMakePrintHelpers)
cmake_print_properties(TARGETS Boost::headers
  PROPERTIES INTERFACE_INCLUDE_DIRECTORIES
)

reveals that the INTERFACE_INCLUDE_DIRECTORIES property of the Boost::headers is set to "/usr". This is clearly incorrect and makes it impossible to use this package in CMake-based projects.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions