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

Apply remaining cmake fixes #73

Merged

Commits on Nov 15, 2022

  1. Use vsg_add_cmake_support_files() to fix install location for cmake f…

    …iles on Linux x86_64
    
    Followup for vsg-dev#71
    rhabacker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    682443e View commit details
    Browse the repository at this point in the history
  2. Drop unused setting of CMAKE_MODULE_PATH

    There is no such directory 'CMakeModules' in the source tree.
    rhabacker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    48be301 View commit details
    Browse the repository at this point in the history
  3. Discard obsolete OSG2VSG_xxx variables

    The PROJECT_ variables provided by cmake are a better replacement for
    these custom variables.
    rhabacker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    07b7dba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02e17a4 View commit details
    Browse the repository at this point in the history
  5. Compact finding osg modules

    The OpenThreads module is included by default and does not need to be
    explicitly specified.
    
    Added from vsg-dev#71
    rhabacker committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    aeeeba6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1964189 View commit details
    Browse the repository at this point in the history