cmake set_package_properties(TYPE) 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")

FreeRDP/FreeRDP cmake/FindFeature.cmake :62

set_package_properties(${_feature} PROPERTIES TYPE ${_type} PURPOSE "${_purpose}" DESCRIPTION "${_description}")

KDAB/GammaRay CMakeLists.txt :211

set_package_properties(
    Git PROPERTIES
    TYPE OPTIONAL
    PURPOSE "Determine exact build version."
)

KDAB/GammaRay CMakeLists.txt :437

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

KDAB/GammaRay CMakeLists.txt :544

set_package_properties(
    Qt${QT_VERSION_MAJOR}Concurrent PROPERTIES
    TYPE RECOMMENDED
    PURPOSE "Required for the GammaRay launcher process list."
)

KDAB/GammaRay CMakeLists.txt :549

set_package_properties(
    Qt${QT_VERSION_MAJOR}Widget PROPERTIES
    TYPE RECOMMENDED
    PURPOSE "Required for the GammaRay client UI and widget-related tools."
)

KDAB/GammaRay CMakeLists.txt :554

set_package_properties(
    Qt${QT_VERSION_MAJOR}Svg PROPERTIES
    TYPE OPTIONAL
    PURPOSE "Required for widget SVG export."
)

KDAB/GammaRay CMakeLists.txt :624

set_package_properties(
    KF${QtCore_VERSION_MAJOR}SyntaxHighlighting PROPERTIES
    TYPE RECOMMENDED
    URL "https://www.kde.org/"
    PURPOSE "Syntax highlighting for code editor."
)

KDAB/GammaRay 3rdparty/CMakeLists.txt :24

set_package_properties(
    ${KDSME_PACKAGE_NAME} PROPERTIES
    URL "https://github.com/KDAB/KDStateMachineEditor"
    DESCRIPTION "KDAB State Machine Editor framework"
    TYPE RECOMMENDED
    PURPOSE "Graphical state machine debugging."
)

KDAB/GammaRay docs/CMakeLists.txt :93

set_package_properties(
    Doxygen PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "API Documentation system"
    URL "https://www.doxygen.org"
    PURPOSE "Needed to build the API documentation."
)

KDAB/GammaRay docs/man/CMakeLists.txt :13

set_package_properties(
    pod2man PROPERTIES
    TYPE RECOMMENDED
    DESCRIPTION "Man page generator"
    PURPOSE "Generate GammaRay man pages."
)

KDAB/GammaRay plugins/kjobtracker/CMakeLists.txt :11

set_package_properties(
    KF${QtCore_VERSION_MAJOR}CoreAddons PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "KDE KCoreAddons Framework"
    URL "https://www.kde.org/"
    PURPOSE "Required for the KJob tracker plug-in."
)

KDAB/GammaRay plugins/wlcompositorinspector/CMakeLists.txt :12

set_package_properties(
    Wayland PROPERTIES
    PURPOSE "Needed for the QtWayland compositor inspector plug-in."
    TYPE OPTIONAL
)

OSGeo/gdal CMakeLists.txt :187

set_package_properties(
  SWIG PROPERTIES
  DESCRIPTION
    "Software development tool that connects programs written in C and C++ with a variety of high-level programming languages."
  URL "http://swig.org/"
  TYPE RECOMMENDED)

OSGeo/gdal cmake/helpers/CheckDependentLibraries.cmake :145

set_package_properties(
  TIFF PROPERTIES
  URL "https://libtiff.gitlab.io/libtiff/"
  DESCRIPTION "Support for the Tag Image File Format (TIFF)."
  TYPE RECOMMENDED)

OSGeo/gdal cmake/helpers/CheckDependentLibrariesCommon.cmake :200

set_package_properties(
  ${name} PROPERTIES
  PURPOSE ${purpose}
  TYPE RECOMMENDED)

KDAB/KDStateMachineEditor CMakeLists.txt :144

set_package_properties(
    Qt${QT_VERSION_MAJOR}RemoteObjects PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "Qt Remote Objects module"
    PURPOSE "Needed for the QStateMachine/QtSCXML adapter and remote debugging capabilities"
)

KDAB/KDStateMachineEditor CMakeLists.txt :152

set_package_properties(
    Qt${QT_VERSION_MAJOR}Scxml PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "Qt SCXML module"
    PURPOSE "Needed for the Qt SCXML adapter (adapter itself depends on Qt RemoteObjects)"
)

KDAB/KDStateMachineEditor CMakeLists.txt :162

set_package_properties(
    Qt5XmlPatterns PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "Qt5 XmlPatterns library"
    PURPOSE "Required with Qt5 for unit tests dealing with XML input/output"
)

KDAB/KDStateMachineEditor CMakeLists.txt :264

set_package_properties(
    Graphviz PROPERTIES
    TYPE RECOMMENDED
    DESCRIPTION "Graph visualization software"
    PURPOSE "Needed for automatic layout of state charts"
    URL "https://www.graphviz.org/"
)

KDAB/KDStateMachineEditor docs/CMakeLists.txt :34

set_package_properties(
    Doxygen PROPERTIES
    TYPE OPTIONAL
    DESCRIPTION "API Documentation system"
    URL "https://www.doxygen.org"
    PURPOSE "Needed to build the API documentation."
)

libical/libical CMakeLists.txt :282

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

libical/libical CMakeLists.txt :318

set_package_properties(
  ICU
  PROPERTIES
    TYPE
      RECOMMENDED
    PURPOSE
      "For RSCALE (RFC7529) support"
)

libical/libical CMakeLists.txt :365

set_package_properties(
  BerkeleyDB
  PROPERTIES
    TYPE
      OPTIONAL
    PURPOSE
      "For Berkeley DB storage support"
)

libical/libical CMakeLists.txt :558

set_package_properties(
  GObjectIntrospection
  PROPERTIES
    TYPE
      OPTIONAL
    URL
      "https://wiki.gnome.org/Projects/GObjectIntrospection"
    PURPOSE
      "Needed in order to build the GObject introspection \"typelib\" files."
)

libical/libical CMakeLists.txt :647

set_package_properties(
  GLib
  PROPERTIES
    TYPE
      OPTIONAL
    PURPOSE
      "For the optional libical-glib interface"
)

libical/libical CMakeLists.txt :656

set_package_properties(
  LibXML
  PROPERTIES
    TYPE
      OPTIONAL
    DESCRIPTION
      "a library providing XML and HTML support"
    URL
      "http://xmlsoft.org"
    PURPOSE
      "For the optional libical-glib interface"
)

libical/libical docs/CMakeLists.txt :17

set_package_properties(
  Doxygen
  PROPERTIES
    TYPE
      OPTIONAL
    DESCRIPTION
      "API Documentation system"
    URL
      "http://www.doxygen.org"
    PURPOSE
      "Needed to build the API documentation."
)

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 :155

set_package_properties (Ogg PROPERTIES
	TYPE RECOMMENDED
	URL "www.xiph.org/ogg/"
	DESCRIPTION "library for manipulating ogg bitstreams"
	PURPOSE "Required to enable Vorbis, Speex, and Opus support"
	)

libsndfile/libsndfile CMakeLists.txt :161

set_package_properties (Vorbis PROPERTIES
	TYPE RECOMMENDED
	URL "www.vorbis.com/"
	DESCRIPTION "open source lossy audio codec"
	PURPOSE "Enables Vorbis support"
	)

libsndfile/libsndfile CMakeLists.txt :167

set_package_properties (FLAC PROPERTIES
	TYPE RECOMMENDED
	URL "www.xiph.org/flac/"
	DESCRIPTION "Free Lossless Audio Codec Library"
	PURPOSE "Enables FLAC support"
	)

libsndfile/libsndfile CMakeLists.txt :173

set_package_properties (mp3lame PROPERTIES
	TYPE RECOMMENDED
	URL "https://lame.sourceforge.io/"
	DESCRIPTION "High quality MPEG Audio Layer III (MP3) encoder"
	PURPOSE "Enables MPEG layer III (MP3) writing support"
	)

libsndfile/libsndfile CMakeLists.txt :179

set_package_properties (mpg123 PROPERTIES
	TYPE RECOMMENDED
	URL "https://www.mpg123.de/"
	DESCRIPTION "MPEG Audio Layer I/II/III decoder"
	PURPOSE "Enables MPEG Audio reading support"
	)

libsndfile/libsndfile CMakeLists.txt :185

set_package_properties(Opus PROPERTIES
	TYPE RECOMMENDED
	URL	"www.opus-codec.org/"
	DESCRIPTION "Standardized open source low-latency fullband codec"
	PURPOSE	"Enables experimental Opus support"
	)

libsndfile/libsndfile CMakeLists.txt :191

set_package_properties(Speex PROPERTIES TYPE OPTIONAL
	URL "www.speex.org/"
	DESCRIPTION "an audio codec tuned for speech"
	PURPOSE "Enables experimental Speex support"
	)

libsndfile/libsndfile CMakeLists.txt :196

set_package_properties (SQLite3 PROPERTIES
	TYPE OPTIONAL
	URL "www.sqlite.org/"
	DESCRIPTION "light weight SQL database engine."
	PURPOSE "Enables regtest"
	)

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"
	)

arvidn/libtorrent CMakeLists.txt :727

set_package_properties(OpenSSL
	PROPERTIES
		URL "https://www.openssl.org/"
		DESCRIPTION "Full-strength general purpose cryptography library"
		TYPE RECOMMENDED
		PURPOSE "Provides HTTPS support to libtorrent"
)

arvidn/libtorrent CMakeLists.txt :752

set_package_properties(GnuTLS
	PROPERTIES
		URL "https://www.gnutls.org/"
		DESCRIPTION "GnuTLS is a free software implementation of the TLS and DTLS protocols"
		TYPE RECOMMENDED
		PURPOSE "Provides HTTPS support to libtorrent"
)

arvidn/libtorrent CMakeLists.txt :780

set_package_properties(LibGcrypt
	PROPERTIES
		URL "https://www.gnupg.org/software/libgcrypt/index.html"
		DESCRIPTION "A general purpose cryptographic library"
		TYPE RECOMMENDED
		PURPOSE "Use GCrypt instead of the built-in functions for RC4 and SHA1"
)

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/libxml2.cmake :10

set_package_properties(LibXml2 PROPERTIES TYPE OPTIONAL)

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/tiledb.cmake :6

set_package_properties(TileDB PROPERTIES
        TYPE OPTIONAL
        URL "https://www.tiledb.com"
        PURPOSE "TileDB support")

PDAL/PDAL cmake/zlib.cmake :8

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

PDAL/PDAL cmake/zstd.cmake :8

set_package_properties(ZSTD PROPERTIES TYPE
    PURPOSE "General compression support")

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"
    )

PDAL/PDAL plugins/teaser/CMakeLists.txt :9

set_package_properties(OpenMP PROPERTIES
    TYPE OPTIONAL
    URL "https://www.openmp.org"
    PURPOSE "TEASER++ support")

PDAL/PDAL plugins/teaser/CMakeLists.txt :20

set_package_properties(teaserpp PROPERTIES
    TYPE OPTIONAL
    URL "https://teaser.readthedocs.io/en/latest/"
    PURPOSE "TEASER++ support")

PDAL/PDAL plugins/teaser/CMakeLists.txt :36

set_package_properties(PCL PROPERTIES
    TYPE OPTIONAL
    URL "https://pointclouds.org/"
    PURPOSE "TEASER++ support")

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)