cmake BSD examples

nextcloud/desktop cmake/modules/FindInotify.cmake :53

set_package_properties(Inotify PROPERTIES
            URL "https://github.com/libinotify-kqueue/"
            DESCRIPTION "inotify API on the *BSD family of operating systems."
        )

RHVoice/RHVoice src/hts_engine/CMakeLists.txt :45

cpack_add_component(libhts_engine
	DISPLAY_NAME "HTS engine"
	DESCRIPTION "hts_engine is software to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system (HTS). This software is released under the Modified BSD license. This component contains a modified version of HTS engine, for the modifications see the RHVoice GitHub repo."
	GROUP "third_party_libs"
)

webcamoid/webcamoid libAvKys/Plugins/VideoCapture/src/capture/v4l2sys/CMakeLists.txt :42

check_cxx_source_compiles("
#ifndef __FreeBSD__
    #error Not BSD
#endif

int main()
{
    return 0;
}" IS_BSD)

google/filament third_party/dawn/third_party/vulkan-loader/src/CMakeLists.txt :111

elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|BSD|DragonFly|GNU")

mysql/mysql-server extra/curl/curl-8.14.1/CMakeLists.txt :124

if(BSD)

OSVR/OSVR-Core cmake/Licensing.cmake :27

define_property(GLOBAL
	PROPERTY
	PERMISSIVE_LICENSES
	BRIEF_DOCS
	"Text for permissive licenses"
	FULL_DOCS
	"Text for permissive licenses (e.g. BSD, MIT, X11)")

audacity/audacity au3/lib-src/libsoxr/CMakeLists.txt :66

cmake_dependent_option (WITH_PFFFT
  "Use PFFFT (BSD-like licence) for HQ SIMD DFT." ON
  "WITH_CR32S;NOT WITH_AVFFT" OFF)

sonosaurus/sonobus deps/juce/extras/Build/CMake/JUCEUtils.cmake :976

if(TARGET juce_vst3_helper
       OR (CMAKE_SYSTEM_NAME STREQUAL "iOS")
       OR (CMAKE_SYSTEM_NAME STREQUAL "Android")
       OR (CMAKE_SYSTEM_NAME MATCHES ".*BSD"))

supertuxkart/stk-code lib/wiiuse/cmake/Licensing.cmake :27

define_property(GLOBAL
	PROPERTY
	PERMISSIVE_LICENSES
	BRIEF_DOCS
	"Text for permissive licenses"
	FULL_DOCS
	"Text for permissive licenses (e.g. BSD, MIT, X11)")

KDE/kstars CMakeLists.txt :268

set_package_properties(ERFA PROPERTIES TYPE OPTIONAL PURPOSE "BSD-compatible version of SOFA, used to test core computations of KStars (only needed by tests)")

ned14/llfio CMakeLists.txt :52

option(LLFIO_USE_LIBDISPATCH "Whether to use libdispatch/Grand Unified Dispatch (defaults on on BSD/Mac OS)" ON)

pmem/pmemkv CMakeLists.txt :322

add_custom_target(check-license
	COMMAND ${PMEMKV_ROOT_DIR}/utils/check_license/check-headers.sh
		${PMEMKV_ROOT_DIR}
		BSD-3-Clause)

percona/percona-server extra/curl/curl-8.14.1/CMake/OtherTests.cmake :98

elseif(BSD OR CMAKE_SYSTEM_NAME MATCHES "BSD")

Sneeds-Feed-and-Seed/sneedacity lib-src/libsoxr/CMakeLists.txt :66

cmake_dependent_option (WITH_PFFFT
  "Use PFFFT (BSD-like licence) for HQ SIMD DFT." ON
  "WITH_CR32S;NOT WITH_AVFFT" OFF)

plumonito/dtslam 3rdparty/gflags-2.1.1/CMakeLists.txt :108

set_property (CACHE GFLAGS_INTTYPES_FORMAT PROPERTY STRINGS "C99;BSD;VC7")