cmake set_package_properties(REQUIRED) examples

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :37

set_package_properties(CGAL PROPERTIES TYPE REQUIRED)

CGAL/cgal Lab/demo/Lab/CMakeLists.txt :44

set_package_properties(
  Qt6 PROPERTIES
  TYPE REQUIRED
  PURPOSE "Enables the 3D Features, for GUI and visualization."
  DESCRIPTION "To find this package, it should be sufficient to fill the Qt6_DIR variable with: <Qt_dir>/<Qt_version>/<Compilator>/lib/cmake/Qt6")

KDAB/GammaRay CMakeLists.txt :437

set_package_properties(Qt${QT_VERSION_MAJOR}Core PROPERTIES TYPE REQUIRED)

libical/libical CMakeLists.txt :282

set_package_properties(
  Perl
  PROPERTIES
    TYPE
      REQUIRED
    PURPOSE
      "Required by the libical build system."
)

libical/libical src/test/libical-glib/CMakeLists.txt :5

set_package_properties(
  PYTHON3
  PROPERTIES
    TYPE
      REQUIRED
    PURPOSE
      "Required by the libical build system."
)

libsndfile/libsndfile CMakeLists.txt :203

set_package_properties (PythonInterp PROPERTIES
	TYPE REQUIRED
	URL "www.python.org/"
	DESCRIPTION "Python is a widely used high-level programming language."
	PURPOSE "Required to build shared libraries"
	)

neocmakelsp/neocmakelsp assets_for_test/ast_test/nheko_test.cmake :538

set_package_properties(Olm PROPERTIES
    DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet"
    URL "https://git.matrix.org/git/olm/about/"
    TYPE REQUIRED
)

neocmakelsp/neocmakelsp assets_for_test/ast_test/nheko_test.cmake :571

set_package_properties(nlohmann_json PROPERTIES
    DESCRIPTION "JSON for Modern C++, a C++11 header-only JSON class"
    URL "https://nlohmann.github.io/json/"
    TYPE REQUIRED
)

neocmakelsp/neocmakelsp assets_for_test/lastline/after.cmake :8

set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")

neocmakelsp/neocmakelsp assets_for_test/lastline/after.cmake :89

set_package_properties(Procstat PROPERTIES
    TYPE REQUIRED
)

neocmakelsp/neocmakelsp assets_for_test/lastline/before.cmake :8

set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")

neocmakelsp/neocmakelsp assets_for_test/lastline/before.cmake :89

set_package_properties(Procstat PROPERTIES
    TYPE REQUIRED
)

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :541

set_package_properties(Olm PROPERTIES
	DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet"
	URL "https://git.matrix.org/git/olm/about/"
	TYPE REQUIRED)

neocmakelsp/neocmakelsp experiment_assets/nheko.cmake :572

set_package_properties(nlohmann_json PROPERTIES
	DESCRIPTION "JSON for Modern C++, a C++11 header-only JSON class"
	URL "https://nlohmann.github.io/json/"
	TYPE REQUIRED)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :490

set_package_properties(Olm PROPERTIES
	DESCRIPTION "An implementation of the Double Ratchet cryptographic ratchet"
	URL "https://git.matrix.org/git/olm/about/"
	TYPE REQUIRED)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :519

set_package_properties(nlohmann_json PROPERTIES
	DESCRIPTION "JSON for Modern C++, a C++11 header-only JSON class"
	URL "https://nlohmann.github.io/json/"
	TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :110

set_package_properties(terminfo PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :152

set_package_properties(Threads PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :168

set_package_properties(doctest PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :183

set_package_properties(libunistring PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :195

set_package_properties(DEFLATE PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :199

set_package_properties(ZLIB PROPERTIES TYPE REQUIRED)

dankamongmen/notcurses CMakeLists.txt :210

set_package_properties(libgpm PROPERTIES TYPE REQUIRED)

PDAL/PDAL cmake/gdal.cmake :16

set_package_properties(GDAL PROPERTIES TYPE REQUIRED
    PURPOSE "Provides general purpose raster, vector, and reference system support")

PDAL/PDAL cmake/geotiff.cmake :6

set_package_properties(GeoTIFF PROPERTIES TYPE REQUIRED)

PDAL/PDAL cmake/lzma.cmake :8

set_package_properties(LibLZMA PROPERTIES TYPE REQUIRED
        PURPOSE "General compression support")

PDAL/PDAL cmake/proj.cmake :2

set_package_properties(PROJ PROPERTIES TYPE REQUIRED
    PURPOSE "Provides coordinate system transformation and definition support")

PDAL/PDAL cmake/threads.cmake :6

set_package_properties(Threads PROPERTIES DESCRIPTION
    "The thread library of the system" TYPE REQUIRED)

PDAL/PDAL cmake/zlib.cmake :8

set_package_properties(ZLIB PROPERTIES TYPE REQUIRED
    PURPOSE "Compression support in BPF")

PDAL/PDAL plugins/rdb/CMakeLists.txt :10

set_package_properties(rdb PROPERTIES
    TYPE REQUIRED
    PURPOSE "Read data from RIEGL databases"
    )

PDAL/PDAL plugins/rxp/CMakeLists.txt :12

set_package_properties(RiVLib PROPERTIES
    TYPE REQUIRED
    PURPOSE "Read data from RIEGL sensors"
    )

qbittorrent/qBittorrent cmake/Modules/CheckPackages.cmake :27

set_package_properties("LibtorrentRasterbar via pkg-config (version >= ${version})"
    PROPERTIES
    TYPE REQUIRED
)

qbittorrent/qBittorrent cmake/Modules/CheckPackages.cmake :32

set_package_properties(LibtorrentRasterbar PROPERTIES TYPE REQUIRED)

qtwebkit/qtwebkit Source/cmake/OptionsQt.cmake :915

set_package_properties(Ruby PROPERTIES TYPE REQUIRED)

yixuan/spectra CMakeLists.txt :26

set_package_properties(Eigen3 PROPERTIES TYPE REQUIRED PURPOSE "C++ vector data structures")

movableink/webkit Source/cmake/OptionsQt.cmake :915

set_package_properties(Ruby PROPERTIES TYPE REQUIRED)