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

Fixes policy CMP0135 warning for CMake >= 3.24 #35

Merged
merged 12 commits into from
Sep 9, 2022

Commits on Aug 31, 2022

  1. Sets CMP0135 policy

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    07973fe View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Changed command to set policy

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9bf68c4 View commit details
    Browse the repository at this point in the history
  2. Set download_extract_timestamp to true

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    29aec65 View commit details
    Browse the repository at this point in the history
  3. Put policy set inside macro

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f134d96 View commit details
    Browse the repository at this point in the history
  4. Changed true -> TRUE

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b81f5b6 View commit details
    Browse the repository at this point in the history
  5. Unsettled DOWNLOAD_EXTRACT_TIMESTAMP value

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    59db9bc View commit details
    Browse the repository at this point in the history
  6. Changed cmake_policy() location

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5fab026 View commit details
    Browse the repository at this point in the history
  7. Changed cmake_policy() location to top of file

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f4ce91b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Updated DOWNLOAD_EXTRACT_TIMESTAMP

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9b2869d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Changed location of CMP0135 policy set

    Signed-off-by: Crola1702 <[email protected]>
    Crola1702 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b4052ed View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Apply osrf_testing_tools_cpp solution

    Signed-off-by: Cristobal Arroyo <[email protected]>
    Crola1702 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1ec7501 View commit details
    Browse the repository at this point in the history
  2. Forgot to delete policy in cmake.in file

    Signed-off-by: Cristobal Arroyo <[email protected]>
    Crola1702 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9ba1a53 View commit details
    Browse the repository at this point in the history