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

Add SSTConfigVersion.cmake to allow cmake find_package with version #1027

Merged

Commits on Jan 8, 2024

  1. Add SSTConfigVersion.cmake to allow cmake find_package with version

    With this commit SST can be found with version restrictions in CMake
    
        find_package(SST 13 REQUIRED)
    
    Before this commit cmake would error with:
    
        Could not find a configuration file for package "SST" that is compatible
        with requested version "13".
    
        The following configuration files were considered but not accepted:
    
        /lib/cmake/SST/SSTConfig.cmake, version: unknown
    tvandera authored and beardhatcode committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    56358b9 View commit details
    Browse the repository at this point in the history