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

Do not install CMakeLists.txt in loader/register #123

Merged
merged 2 commits into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. Do not install CMakeLists.txt in loader/register

    By including the installation of a whole directory in the source code
    for loader/register, the buildsystem is installing the CMakeLists.txt
    files that are included in these directories. Exclude them from the
    final installation by using the EXCLUDE clause in CMake.
    
    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c040e49 View commit details
    Browse the repository at this point in the history
  2. Do not install CMakeLists.txt in loader/register

    By including the installation of a whole directory in the source code
    for loader/register, the buildsystem is installing the CMakeLists.txt
    files that are included in these directories. Exclude them from the
    final installation by using the EXCLUDE clause in CMake.
    
    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    615caee View commit details
    Browse the repository at this point in the history