cmake cmake_language() examples

CGAL/cgal Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake :191

cmake_language(DEFER CALL CGAL_hooks_at_end_of_all_directories)

CGAL/cgal Installation/cmake/modules/CGAL_enable_end_of_configuration_hook.cmake :193

cmake_language(DEFER CALL CGAL_hook_check_CMAKE_BUILD_TYPE)

KhronosGroup/KTX cmake/modules/KtxDependentVariable.cmake :57

cmake_language(EVAL CODE "
  if (${d})
  else()
    set(${var}_AVAILABLE 0)
  endif()"
)

ICLDisco/parsec cmake_modules/ParsecCompilerFlags.cmake :54

cmake_language(CALL "check_${parsec_cas_co_LANGUAGE}_compiler_flag" "${parsec_cas_co_OPTION}" "${parsec_cas_co_NAME}_${parsec_cas_co_LANGUAGE}" )

qt/qt5 cmake/QtIRCommandLineHelpers.cmake :23

cmake_language(EVAL CODE "${call_code}")

qt/qt5 cmake/QtIRHelpers.cmake :365

# TODO: Consider using cmake_language(EXIT <exit-code>) when cmake 3.29 is released.

transmission/transmission cmake/TrMacros.cmake :85

cmake_language(EVAL CODE "${SCRIPT}")

microsoft/vcpkg ports/vcpkg-make/vcpkg_make_configure.cmake :106

cmake_language(CALL ${cmd} ${configup})

microsoft/vcpkg scripts/cmake/vcpkg_acquire_msys.cmake :170

cmake_language(CALL "${arg_Z_DECLARE_EXTRA_PACKAGES_COMMAND}")

microsoft/vcpkg scripts/cmake/vcpkg_execute_in_download_mode.cmake :29

cmake_language(CALL "${Z_VCPKG_EXECUTE_PROCESS_NAME}"
    ${arg_UNPARSED_ARGUMENTS}
    ${output_variable_param}
    ${error_variable_param}
    ${result_variable_param}
    ${results_variable_param}
)

microsoft/vcpkg scripts/test_ports/unit-test-cmake/test-macros.cmake :52

cmake_language(EVAL CODE "${utcvu_test}")

microsoft/vcpkg scripts/test_ports/unit-test-cmake/test-macros.cmake :86

cmake_language(EVAL CODE "${utcve_test}")

microsoft/vcpkg scripts/test_ports/unit-test-cmake/test-macros.cmake :127

cmake_language(EVAL CODE "${utcve_test}")

microsoft/vcpkg scripts/test_ports/unit-test-cmake/test-macros.cmake :159

cmake_language(EVAL CODE "${utcve_test}")

microsoft/vcpkg scripts/test_ports/unit-test-cmake/test-macros.cmake :167

cmake_language(EVAL CODE "${utcve_test}")

microsoft/vcpkg scripts/test_ports/vcpkg-ci-cmake-toolchain-file/portfile.cmake :42

cmake_language(EVAL CODE "vcpkg_cmake_build()")

microsoft/vcpkg scripts/test_ports/vcpkg-ci-cmake-toolchain-file/portfile.cmake :51

cmake_language(EVAL CODE "vcpkg_cmake_build()")

microsoft/vcpkg scripts/test_ports/vcpkg-ci-mimalloc/vcpkg-tests.cmake :59

cmake_language(DEFER CALL deferred_tests)