cmake message examples

Signatures

message([<mode>] "message text" ...)

Examples

timi-liuliang/echo CMakeLists.txt :201

MESSAGE(STATUS "\${CMAKE_BUILD_TYPE}: ${CMAKE_BUILD_TYPE}")

albertz/openlierox CMakeOlxCommon.cmake :91

MESSAGE( "SYSTEM_DATA_DIR = ${SYSTEM_DATA_DIR}" )

tamasmeszaros/libnest2d cmake_modules/FindTBB.cmake :323

message(STATUS "  TBB_INCLUDE_DIRS        = ${TBB_INCLUDE_DIRS}")

geodynamics/aspect CMakeLists.txt :183

message(FATAL_ERROR "Python not found. Consider disabling ASPECT_WITH_PYTHON.")

AtomicGameEngine/AtomicGameEngine Build/CMake/Toolchains/Android.cmake :141

message (FATAL_ERROR "ANDROID_NDK and ANDROID_TOOLCHAIN_NAME cannot be changed after the initial configuration/generation. "
        "Auto reverting to its initial value. If you wish to change it then the build tree would have to be regenerated from scratch.")

u3d-community/U3D cmake/Modules/CheckCompilerToolchain.cmake :158

message (STATUS "Performing Test HAVE_NATIVE_COMPILER")

PieKing1215/FallingSandSurvival FallingSandSurvival/CMakeLists.txt :283

message("=================================")

urho3d/urho3d cmake/Modules/CheckCompilerToolchain.cmake :139

message (STATUS "Performing Test HAVE_NATIVE_COMPILER")

alicevision/AliceVision src/CMakeLists.txt :430

message(STATUS "SUITESPARSE_LIBRARIES: ${SUITESPARSE_LIBRARIES}")

f3d-app/f3d cmake/f3dOptions.cmake :36

message(FATAL_ERROR
      "Missing INPUT_JSON argument for f3d_generate_options")

o3de/o3de CMakeLists.txt :81

message(FATAL_ERROR "Script-only projects require pre-built versions of O3DE.\n\
                        The project being compiled (${PROJECT_NAME}) is a script-only project (see project.json) \
                        but the engine being used to build it is a compile-from-source engine using c++ code \
                        (${engine_root}).  Please use a pre-built (installer) O3DE to build script-only projects.")

prusa3d/PrusaSlicer CMakeLists.txt :161

message(STATUS "SLIC3R_STATIC: ${SLIC3R_STATIC}")

FreeCAD/FreeCAD cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake :228

message(WARNING "Job pooling is only available with Ninja generators.")

anhttran/extreme_3d_faces lib/3rdParty/Eigen/CMakeLists.txt :353

message(STATUS "Disabling alignment in tests/examples")

godlikepanos/anki-3d-engine CMakeLists.txt :3

message("++ CMake version ${CMAKE_VERSION}")

prusa3d/Prusa-Firmware lib/Catch2/CMake/Findcodecov.cmake :84

message(STATUS "Try ${COMPILER} code coverage flag = [${FLAG}]")

bambulab/BambuStudio CMakeLists.txt :67

message(STATUS "CMAKE_OSX_DEPLOYMENT_TARGET: ${CMAKE_OSX_DEPLOYMENT_TARGET}")

google/draco cmake/draco_variables.cmake :69

message("${flag_variable}:${${flag_variable}}")

tinyobjloader/tinyobjloader cmake/clang-cl-msvc-wsl.cmake :206

message(SEND_ERROR
          "LLVM_NATIVE_TOOLCHAIN folder '${LLVM_NATIVE_TOOLCHAIN}' does not "
          "point to a valid directory containing bin/clang-cl and bin/lld-link "
          "binaries")

SoftFever/OrcaSlicer CMakeLists.txt :217

message(STATUS "CMAKE_PREFIX_PATH: (default)")

DanielChappuis/reactphysics3d CMakeModules/CodeCoverage.cmake :307

message(STATUS "Command to run the tests: ")

kcat/openal-soft CMakeLists.txt :234

message(NOTICE "C++20 modules not supported with ${CMAKE_GENERATOR} on CMake ${CMAKE_VERSION}")

anhttran/3dmm_basic CMakeLists.txt :31

MESSAGE("  OpenCV_DIR: ${OpenCV_DIR}")

cadaver/turso3d ThirdParty/SDL/cmake/macros.cmake :55

message(STATUS "  ${_NAME}${_PAD}(Wanted: ${_REQVALUE}): ${HAVE_${_STRIPPEDNAME}}")

Hork-Engine/Hork-Source ThirdParty/SDL3/cmake/macros.cmake :55

message(STATUS "  ${_NAME}${_PAD}(Wanted: ${_REQVALUE}): ${HAVE_${_STRIPPEDNAME}}")

GlPortal/RadixEngine CMakeLists.txt :5

message("-- Coverage Enabled")

STORM-IRIT/Radium-Engine cmake/ExternalInclude.cmake :43

message(STATUS "Using ${NAME} from ${VAR}")

fzi-forschungszentrum-informatik/gpu-voxels icmaker/IcMaker.cmake :616

MESSAGE(STATUS "    Linker flags (Release):        ${CMAKE_SHARED_LINKER_FLAGS} ${CMAKE_SHARED_LINKER_FLAGS_RELEASE}")

RavEngine/RavEngine deps/assimp/cmake-modules/FindPkgMacros.cmake :24

message(STATUS ${ARGN})

cnr-isti-vclab/meshlab src/cmake/meshlab_tools.cmake :68

message(STATUS "${DAU_NAME} downloaded.")

lmb-freiburg/ogn docs/CMakeLists.txt :43

message(STATUS "Python interpeter is not found. Can't include *.ipynb files in docs. Skipping...")

bmwcarit/ramses cmake/ramses/createTarget.cmake :22

message(FATAL_ERROR "Unparsed setSharedTargetProperties properties: '${TARGET_UNPARSED_ARGUMENTS}'")

zenustech/zeno CMakeLists.txt :81

message(STATUS "Found CCache: ${CCACHE_PROGRAM}")

luigifreda/plvs CMakeLists.txt :203

message(STATUS "pangolin include: ${Pangolin_INCLUDE_DIRS}")

hyye/dsl cmake/FindGflags.cmake :415

message(STATUS "Failed to find an installed/exported CMake configuration "
      "for gflags, will perform search for installed gflags components.")

keith2018/SoftGLRender third_party/assimp/cmake-modules/CoverallsGenerateGcov.cmake :139

message("Git branch: ${GIT_BRANCH}")

GPUOpen-Drivers/pal cmake/PalCompilerOptions.cmake :109

message(FATAL_ERROR "Unsupported compiler: ${CMAKE_CXX_COMPILER_ID}")

kokkos/kokkos cmake/kokkos_test_cxx_std.cmake :132

message(
        FATAL_ERROR "Compiling CUDA code with clang doesn't support C++ extensions.  Set -DCMAKE_CXX_EXTENSIONS=OFF"
      )

alpaka-group/alpaka cmake/alpakaCommon.cmake :249

message(STATUS "std::atomic_ref<T> NOT found")

eclipse-ecal/ecal CMakeLists.txt :74

message(WARNING "The option HAS_HDF5 is deprecated and may be removed at any time. Please use ECAL_USE_HDF5 instead.")

LLNL/CHAI cmake/thirdparty/SetupChaiThirdparty.cmake :16

message(STATUS "[CHAI] Using internal Umpire")

nextcloud/desktop cmake/modules/DeployQt5.cmake :150

message(STATUS "  plugins_dir='${plugins_dir}'")

cs1ime/ceserver-rawmem thirdparty/nlohmann_json/cmake/ci.cmake :51

message(STATUS "🔖 include-what-you-use ${IWYU_TOOL_VERSION} (${IWYU_TOOL})")

CNES/MAJA CMakeConfig/FindHdf4.cmake :84

MESSAGE(STATUS "  HDF4 includes       : ${HDF4_INCLUDE_DIR}")

ankurhanda/SceneNetv1.0 CMakeModules/FindCUDA/parse_cubin.cmake :96

message("")

Nukem9/dlssg-to-fsr3 dependencies/FidelityFX-SDK/common.cmake :135

message("Generating custom command for ${fullFileName}")

ElyPrismLauncher/ElyPrismLauncher CMakeLists.txt :115

message(STATUS "Address Sanitizer available on Clang")

OAID/Caffe-HRT cmake/ProtoBuf.cmake :11

message(STATUS "Found PROTOBUF Compiler: ${PROTOBUF_PROTOC_EXECUTABLE}")

end2endzone/ShellAnything CMakeLists.txt :123

MESSAGE( STATUS "CMAKE_CURRENT_LIST_LINE:  " ${CMAKE_CURRENT_LIST_LINE} )

JGRennison/OpenTTD-patches CMakeLists.txt :12

message(FATAL_ERROR "In-source builds not allowed. Please run \"cmake ..\" from the build directory. You may need to delete \"${CMAKE_SOURCE_DIR}/CMakeCache.txt\" first.")

ANTsX/ANTs CMake/PreventInSourceBuilds.cmake :12

message("# ${PROJECT_NAME} should not be configured & built in the ${PROJECT_NAME} source directory")

hydrogen-music/hydrogen cmake/CompileHelper.cmake :22

message(STATUS  "Checking ${suffix} usability - ${HAVE_${suffix}}" )

ThePhD/sol2 cmake/Packages/FindLuaBuild/LuaJIT.cmake :414

MESSAGE(STATUS "LuaJIT '${LUA_VERSION}' requested has broken static library builds: using git '${LUA_JIT_GIT_COMMIT}'...")

dpaulat/supercell-wx wxdata/wxdata.cmake :289

message("CHRONO_HAS_TIMEZONES_AND_CALENDERS: ${CHRONO_HAS_TIMEZONES_AND_CALENDERS}")

NREL/OpenStudio CMake/FindBoost.cmake :446

message(FATAL_ERROR "ERROR: ${_var} is not the correct spelling.  The proper spelling is ${_var_UC}.")

pcb9382/FaceAlgorithm include/Eigen/CMakeLists.txt :196

message(STATUS "Enabling SSE4.2 in tests/examples")

Smorodov/Multitarget-tracker thirdparty/spdlog/cmake/utils.cmake :18

message(FATAL_ERROR "Could not extract patch version number from spdlog/version.h")

supercollider/supercollider editors/CMakeLists.txt :6

message(STATUS "Building the Qt IDE")

coin-or/CppAD CMakeLists.txt :94

MESSAGE(FATAL_ERROR
      "Using debug_which, use cppad_debug_which or CMAKE_BUILD_TYPE instead"
   )

numenta/nupic.core-legacy CMakeLists.txt :47

message(STATUS "CMAKE_C_COMPILER      = ${CMAKE_C_COMPILER}")

Kitware/kwiver .gitlab/ci/gitlab_ci.cmake :5

message(STATUS
    "This script is being run inside of GitLab-CI")

RSIA-LIESMARS-WHU/LSHBOX include/eigen/CMakeLists.txt :405

message(STATUS "make blas     | Build BLAS library (not the same thing as Eigen)")

gunrock/gunrock examples/algorithms/dawn/CMakeLists.txt :20

message(STATUS "Example Added: ${APPLICATION_NAME}")

nojhan/paradiseo cmake/Package.cmake :87

message(FATAL_ERROR "Unsupported architecture")

liminchen/OptCuts ext/libigl/external/cgal/src/CGAL_Project/CMakeLists.txt :114

message(STATUS "Core package directory: ${CGAL_CORE_PACKAGE_DIR}")

NGSolve/ngsolve CMakeLists.txt :312

message(FATAL_ERROR "Could NOT find Pardiso")

amule-project/amule CMakeLists.txt :202

message ("			boost				${Boost_VERSION}")

SCOREC/core cdash/nightly.cmake :191

message(WARNING "some ${BRANCH_NAME} checks failed!")

nv-legate/legate src/cmake/Modules/generate_fatbin_modules.cmake :25

message(FATAL_ERROR "-pedantic (or -Wpedantic) is not supported by nvcc and will lead to "
                        "spurious warnings in generated code. Please remove it from your build flags. If "
                        "you would like to override this behavior, reconfigure with "
                        "-Dlegate_SKIP_NVCC_PEDANTIC_CHECK=ON.")

rheit/zdoom CMakeLists.txt :272

message( STATUS "Using system jpeg library, includes found at ${JPEG_INCLUDE_DIR}" )

bareos/bareos cmake/BareosSetVariableDefaults.cmake :528

message(STATUS "Error: Changer device defined but no tape device defined")

WerWolv/Fenestra cmake/build_helpers.cmake :274

message(FATAL_ERROR "FENESTRA_APPLICATION_PLUGIN_DIRECTORY is not defined! Please set it to your application's own plugin directory.")

maidsafe-archive/MaidSafe cmake_modules/add_gtests.cmake :126

message(AUTHOR_WARNING "\n'SkipReturnCodeValue' is set to ${SkipReturnCodeValue}, but should be between 0 and 255 inclusive.\n")

Patoke/re-plants-vs-zombies CMake/Utils.cmake :202

message(WARNING "Corresponding cmake file from props \"${ABSOLUTE_PROPS_FILE}\" doesn't exist")

CroatiaControlLtd/asterix src/asterix/wireshark-plugin/1.10.6/CMakeLists.txt :83

message(STATUS "V: ${PROJECT_VERSION}, MaV: ${PROJECT_MAJOR_VERSION}, MiV: ${PROJECT_MINOR_VERSION}, PL: ${PROJECT_PATCH_VERSION}, EV: ${PROJECT_VERSION_EXTENSION}.")

MultiMC/Launcher cmake/BundleUtilities.cmake :482

message(STATUS "warning: resolved_item == resolved_embedded_item - not copying...")

PrismLauncher/PrismLauncher cmake/vcpkg-ports/vcpkg-tool-meson/vcpkg_configure_meson.cmake :414

message(WARNING "Options ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated. Only use ADDITIONAL_BINARIES!")

r1delta/r1delta overlays/ports/l8w8jwt/CMakeLists.txt :77

message(FATAL_ERROR "mbedTLS not found! Please install mbedTLS or set the CMAKE_PREFIX_PATH to the directory where mbedTLS is installed.")

NVIDIA/nvshmem examples/CMakeLists.txt :49

message(STATUS "CUDA_HOME: ${CUDA_HOME}")

mariadb-corporation/MaxScale cmake/FindGSSAPI.cmake :79

message(STATUS "Solaris Kerberos does not have GSSAPI; this is normal.")

facebook/rocksdb CMakeLists.txt :245

message(STATUS " HAS_ALTIVEC yes")

PixarAnimationStudios/OpenSubdiv CMakeLists.txt :596

message(WARNING
            "OpenCL was not found : support for OpenCL parallel compute kernels "
            "will be disabled in Osd.  If you have the OpenCL SDK installed, "
            "please refer to the FindOpenCL.cmake in ${PROJECT_SOURCE_DIR}/cmake.")

lightspark/lightspark CMakeLists.txt :250

MESSAGE(FATAL_ERROR "LLVM !=2.9 is required!")

JSBSim-Team/jsbsim python/CMakeModules/UseCython.cmake :283

message( FATAL_ERROR "main module not found." )

x64dbg/x64dbg cmake/cmkr.cmake :132

message(VERBOSE "[cmkr] Bootstrapping '${CMKR_EXECUTABLE}'")

gnss-sdr/gnss-sdr CMakeLists.txt :1571

message(STATUS " gflags v${GNSSSDR_GFLAGS_LOCAL_VERSION} will be downloaded, built, and statically linked automatically")

facebook/mvfst cmake/FindSodium.cmake :200

message(FATAL_ERROR "this platform is not supported by FindSodium.cmake")

ByConity/ByConity cmake/find/odbc.cmake :5

message(STATUS "ODBC is only supported on Linux")

WarmUpTill/SceneSwitcher cmake/common/buildspec_common.cmake :81

message(STATUS "Configure ${label} (${arch})")

SsageParuders/Android_Native_Surface my_android_opencv/3rdparty/openjpeg/CMakeLists.txt :111

message(STATUS "The file '${INCLUDE_FILENAME}' is optional for OpenJPEG build and not found on your system."
              " Internal implementation will be used.")

psi4/psi4 cmake/TestRestrict.cmake :30

message(STATUS "   keyword NOT found")

stp/stp tests/CMakeLists.txt :95

message(FATAL_ERROR "Cannot find valgrind in your PATH")

lizardfs/lizardfs CMakeLists.txt :49

message(STATUS "Using ccache")

vinipsmaker/tufao examples/cmake/sample_plugin/CMakeModules/FindMongoDB.cmake :41

message(FATAL_ERROR "MongoDB not found.")

LLNL/Caliper CMakeLists.txt :620

message(STATUS "Architecture              : ${CALIPER_HAVE_ARCH}")

ultravideo/uvgRTP CMakeLists.txt :274

message("libcrypto++ not found. Encryption will be disabled")

RenderKit/ospray cmake/compiler/ispc.cmake :39

message(WARNING "Can't determine ISPC supported architectures.")

chdb-io/chdb cmake/freebsd/default_libs.cmake :26

message(FATAL_ERROR "libclang_rt.builtins had not been found")

PaoPaoRobot/ORB_SLAM2 Thirdparty/g2o/cmake_modules/FindLAPACK.cmake :247

message(FATAL_ERROR "A required library with LAPACK API not found. Please specify library location.")

NVIDIA/MatX cmake/rapids-cmake/rapids-cmake/cython-core/init.cmake :45

message(WARNING "rapids-cython expects scikit-build-core to be active before being used. \
          The SKBUILD variable is not currently set, indicating that scikit-build-core \
          is not active, so builds may behave unexpectedly.")