• Show log

    Commit

  • Hash : 16be768d
    Author : Tobias Mayer
    Date : 2023-01-15T07:49:19

    Make sure exported include dirs are correct
    
    CMake config files don't need any logic to detect the location of
    installed headers or DSOs, because these locations are already
    determined at project configuration time. They also don't need
    to distinguish between build and install trees, because that is
    already handled by the generated `LibeventTargets-*.cmake` files.