Skip to content
Snippets Groups Projects
Select Git revision
  • 6be054e611c6dca5d473b3d4582162564f8064b8
  • master default protected
  • v2.0.0 protected
  • v1.9.0 protected
  • v1.8.0 protected
  • v1.7.0 protected
  • v1.6.0 protected
  • v1.5.2 protected
  • v1.5.1 protected
  • v1.5.0 protected
  • v1.4.1 protected
  • v1.4 protected
  • v1.4.0 protected
  • v1.3 protected
  • v1.3.0 protected
  • v1.2 protected
  • v1.2.0 protected
  • v1.1 protected
  • v1.1.0 protected
  • v1.0 protected
  • v1.0.0 protected
21 results

LoadStaticSharedTargetsConfig.cmake.in

Blame
  • user avatar
    Tim Kaune authored
    Bump minimum required CMake version to 3.30 for package init fixes
    Remove now obsolete script file
    6be054e6
    History
    LoadStaticSharedTargetsConfig.cmake.in 1.38 KiB
    #[[
    MIT License
    
    CMake build script for LoadStaticSharedTargets module
    Copyright (c) 2025 Tim Kaune
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
    ]]
    
    @PACKAGE_INIT@
    
    cmake_minimum_required(VERSION @CMAKE_MINIMUM_REQUIRED_VERSION@...@CMAKE_MAXIMUM_SUPPORTED_VERSION@)
    
    # include(LoadStaticSharedTargets) should work after this
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
    
    check_required_components(LoadStaticSharedTargets)