cmake configure_file(LF) examples

CGAL/cgal Installation/include/CGAL/license/generate_files.cmake :13

configure_file(gpl.h.in ${PACKAGE_NAME}.h @ONLY NEWLINE_STYLE LF)

tpaviot/oce adm/cmake/occt_resources.cmake :59

configure_file ("${CMAKE_SOURCE_DIR}/adm/templates/header.in" "${HEADER_FILE}" @ONLY NEWLINE_STYLE LF)

tpaviot/oce adm/cmake/occt_toolkit.cmake :117

configure_file("${FLEX_INCLUDE_DIR}/FlexLexer.h" "${FLEX_BISON_TARGET_DIR}/FlexLexer.h" @ONLY NEWLINE_STYLE LF)

qgis/QGIS cmake/UsePythonTest.cmake :68

configure_file(${CMAKE_SOURCE_DIR}/cmake_templates/PyQgsTest.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/${TESTNAME}.cmake @ONLY NEWLINE_STYLE "LF")

ossia/score cmake/ScoreAvndHelper.cmake :16

configure_file(
  "${SCORE_AVND_SOURCE_DIR}/plugin_prototype.hpp.in"
  "${CMAKE_BINARY_DIR}/${AVND_BASE_TARGET}.hpp"
  @ONLY
  NEWLINE_STYLE LF
)

ossia/score cmake/ScoreAvndHelper.cmake :23

configure_file(
  "${SCORE_AVND_SOURCE_DIR}/module_plugin_prototype.cpp.in"
  "${CMAKE_BINARY_DIR}/${AVND_BASE_TARGET}.cpp"
  @ONLY
  NEWLINE_STYLE LF
)

ossia/score cmake/ScoreAvndHelper.cmake :33

configure_file(
  "${SCORE_AVND_SOURCE_DIR}/plugin_prototype.cpp.in"
  "${CMAKE_BINARY_DIR}/${AVND_BASE_TARGET}.cpp"
  @ONLY
  NEWLINE_STYLE LF
)

ossia/score cmake/ScoreAvndHelper.cmake :117

configure_file(
  "${source_proto}"
  "${CMAKE_BINARY_DIR}/${AVND_TARGET}_avnd.${_gen_suffix}"
  @ONLY
  NEWLINE_STYLE LF
)

ossia/score src/plugins/score-plugin-avnd/CMakeLists.txt :420

configure_file(
  "${source_proto}"
  "${CMAKE_BINARY_DIR}/${AVND_TARGET}_avnd.cpp"
  @ONLY
  NEWLINE_STYLE LF
)

DrTimothyAldenDavis/SuiteSparse AMD/CMakeLists.txt :63

configure_file ( "Config/amd.h.in" "${PROJECT_SOURCE_DIR}/Include/amd.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse AMD/CMakeLists.txt :65

configure_file ( "Config/amd_version.tex.in" "${PROJECT_SOURCE_DIR}/Doc/amd_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse AMD/CMakeLists.txt :250

configure_file (
    Config/AMD.pc.in
    AMD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse BTF/CMakeLists.txt :58

configure_file ( "Config/btf.h.in" "${PROJECT_SOURCE_DIR}/Include/btf.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse BTF/CMakeLists.txt :234

configure_file (
    Config/BTF.pc.in
    BTF.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CAMD/CMakeLists.txt :57

configure_file ( "Config/camd.h.in"
    "${PROJECT_SOURCE_DIR}/Include/camd.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CAMD/CMakeLists.txt :60

configure_file ( "Config/camd_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/camd_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CAMD/CMakeLists.txt :240

configure_file (
    Config/CAMD.pc.in
    CAMD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CCOLAMD/CMakeLists.txt :57

configure_file ( "Config/ccolamd.h.in"
    "${PROJECT_SOURCE_DIR}/Include/ccolamd.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CCOLAMD/CMakeLists.txt :237

configure_file (
    Config/CCOLAMD.pc.in
    CCOLAMD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CHOLMOD/CMakeLists.txt :354

configure_file ( "Config/cholmod.h.in"
    "${PROJECT_SOURCE_DIR}/Include/cholmod.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CHOLMOD/CMakeLists.txt :357

configure_file ( "Config/cholmod_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/cholmod_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CHOLMOD/CMakeLists.txt :761

configure_file (
    Config/CHOLMOD.pc.in
    CHOLMOD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse COLAMD/CMakeLists.txt :57

configure_file ( "Config/colamd.h.in"
    "${PROJECT_SOURCE_DIR}/Include/colamd.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse COLAMD/CMakeLists.txt :237

configure_file (
    Config/COLAMD.pc.in
    COLAMD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CSparse/CMakeLists.txt :74

configure_file ( "Config/cs.h.in"
    "${PROJECT_SOURCE_DIR}/Include/cs.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CSparse/CMakeLists.txt :157

configure_file (
    Config/CSparse.pc.in
    CSparse.pc
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CXSparse/CMakeLists.txt :84

configure_file ( "Config/cs.h.in"
    "${PROJECT_SOURCE_DIR}/Include/cs.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse CXSparse/CMakeLists.txt :277

configure_file (
    Config/CXSparse.pc.in
    CXSparse.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse Example/CMakeLists.txt :115

configure_file ( "Config/my.h.in"
    "${PROJECT_SOURCE_DIR}/Include/my.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :214

configure_file ( "Config/GraphBLAS.h.in"
    "${PROJECT_SOURCE_DIR}/Include/GraphBLAS.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :218

configure_file ( "Config/GraphBLAS_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/GraphBLAS_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :221

configure_file ( "Config/GraphBLAS_API_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/GraphBLAS_API_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :224

configure_file ( "Config/README.md.in"
    "${PROJECT_SOURCE_DIR}/README.md"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :300

configure_file ( "Config/GB_JITpackage_NJIT.c.in"
    "${PROJECT_SOURCE_DIR}/JITpackage/GB_JITpackage.c"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :710

configure_file (
    Config/GraphBLAS.pc.in
    GraphBLAS.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :730

configure_file ( "Config/GB_config.h.in"
    "${PROJECT_SOURCE_DIR}/Config/GB_config.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/cmake_modules/GraphBLAS_PreJIT.cmake :134

configure_file ( "Config/GB_prejit.c.in"
    "${PROJECT_SOURCE_DIR}/Config/GB_prejit.c"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/cmake_modules/GraphBLAS_PreJIT.cmake :149

# configure_file ( "CUDA/Config/GB_prejit.c.in"
#     "${PROJECT_SOURCE_DIR}/CUDA/Config/GB_prejit.c"
#     NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CUDA/CMakeLists.txt :139

configure_file (
    Config/GraphBLAS_CUDA.pc.in
    GraphBLAS_CUDA.pc
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/GraphBLAS/CMakeLists.txt :238

configure_file ( "../Config/GB_JITpackage_NJIT.c.in"
    "../JITpackage/GB_JITpackage.c"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/GraphBLAS/CMakeLists.txt :352

configure_file ( "../Config/GB_config.h.in"
    "${PROJECT_SOURCE_DIR}/Config/GB_config.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse KLU/CMakeLists.txt :112

configure_file ( "Config/klu.h.in"
    "${PROJECT_SOURCE_DIR}/Include/klu.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse KLU/CMakeLists.txt :115

configure_file ( "Config/klu_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/klu_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse KLU/CMakeLists.txt :422

configure_file (
    Config/KLU.pc.in
    KLU.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse KLU/CMakeLists.txt :523

configure_file (
    Config/KLU_CHOLMOD.pc.in
    KLU_CHOLMOD.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LAGraph/CMakeLists.txt :74

configure_file (
    "Config/LAGraph.h.in"
    "${PROJECT_SOURCE_DIR}/include/LAGraph.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LAGraph/CMakeLists.txt :461

configure_file (
    Config/LAGraph.pc.in
    LAGraph.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LAGraph/rtdocs/CMakeLists.txt :30

configure_file ( ${DOXYFILE_IN} ${DOXYFILE_OUT}
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LDL/CMakeLists.txt :66

configure_file ( "Config/ldl.h.in"
    "${PROJECT_SOURCE_DIR}/Include/ldl.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LDL/CMakeLists.txt :69

configure_file ( "Config/ldl_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/ldl_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse LDL/CMakeLists.txt :246

configure_file (
    Config/LDL.pc.in
    LDL.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse Mongoose/CMakeLists.txt :88

configure_file (
        "Version/Mongoose.hpp.in"
        "${PROJECT_SOURCE_DIR}/Include/Mongoose.hpp"
        NEWLINE_STYLE LF
)

DrTimothyAldenDavis/SuiteSparse Mongoose/CMakeLists.txt :93

configure_file (
        "Version/title-info.tex.in"
        "${PROJECT_SOURCE_DIR}/Doc/title-info.tex"
        NEWLINE_STYLE LF
)

DrTimothyAldenDavis/SuiteSparse Mongoose/CMakeLists.txt :98

configure_file (
        "Version/codemeta.json.in"
        "${PROJECT_SOURCE_DIR}/codemeta.json"
        NEWLINE_STYLE LF
)

DrTimothyAldenDavis/SuiteSparse Mongoose/CMakeLists.txt :635

configure_file (
    Config/SuiteSparse_Mongoose.pc.in
    SuiteSparse_Mongoose.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse ParU/CMakeLists.txt :125

configure_file ( "Config/ParU.h.in"
    "${PROJECT_SOURCE_DIR}/Include/ParU.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse ParU/CMakeLists.txt :128

configure_file ( "Config/paru_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/paru_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse ParU/CMakeLists.txt :404

configure_file (
    Config/ParU.pc.in
    ParU.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse RBio/CMakeLists.txt :57

configure_file ( "Config/RBio.h.in"
    "${PROJECT_SOURCE_DIR}/Include/RBio.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse RBio/CMakeLists.txt :238

configure_file (
    Config/RBio.pc.in
    RBio.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :103

configure_file ( "Config/SPEX.h.in"
    "${PROJECT_SOURCE_DIR}/Include/SPEX.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :106

configure_file ( "Config/SPEX_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/SPEX_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :406

configure_file (
    Config/SPEX.pc.in
    SPEX.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :601

configure_file (
        "Config/spex_deps.m.in"
        "${PROJECT_SOURCE_DIR}/MATLAB/spex_deps.m"
        @ONLY
        NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPEX/CMakeLists.txt :607

configure_file (
        "Config/Tcov_Makefile.in"
        "${PROJECT_SOURCE_DIR}/Tcov/Makefile"
        @ONLY
        NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/CMakeLists.txt :91

configure_file ( "Config/SuiteSparseQR_definitions.h.in"
    "${PROJECT_SOURCE_DIR}/Include/SuiteSparseQR_definitions.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/CMakeLists.txt :94

configure_file ( "Config/spqr_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/spqr_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/CMakeLists.txt :359

configure_file (
    Config/SPQR.pc.in
    SPQR.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/GPUQREngine/CMakeLists.txt :63

configure_file ( "Config/GPUQREngine.hpp.in"
    "${PROJECT_SOURCE_DIR}/Include/GPUQREngine.hpp"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/GPUQREngine/CMakeLists.txt :236

configure_file (
    Config/GPUQREngine.pc.in
    GPUQREngine.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/GPURuntime/CMakeLists.txt :41

configure_file ( "Config/SuiteSparse_GPURuntime.hpp.in"
    "${PROJECT_SOURCE_DIR}/Include/SuiteSparse_GPURuntime.hpp"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SPQR/GPURuntime/CMakeLists.txt :206

configure_file (
    Config/SuiteSparse_GPURuntime.pc.in
    SuiteSparse_GPURuntime.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SuiteSparse_config/CMakeLists.txt :148

configure_file ( "Config/SuiteSparse_config.h.in"
    "${PROJECT_SOURCE_DIR}/SuiteSparse_config.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SuiteSparse_config/CMakeLists.txt :152

configure_file ( "Config/README.md.in"
    "${PROJECT_SOURCE_DIR}/../README.md"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse SuiteSparse_config/CMakeLists.txt :379

configure_file (
    Config/SuiteSparse_config.pc.in
    SuiteSparse_config.pc.out
    @ONLY
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse UMFPACK/CMakeLists.txt :107

configure_file ( "Config/umfpack.h.in"
    "${PROJECT_SOURCE_DIR}/Include/umfpack.h"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse UMFPACK/CMakeLists.txt :110

configure_file ( "Config/umfpack_version.tex.in"
    "${PROJECT_SOURCE_DIR}/Doc/umfpack_version.tex"
    NEWLINE_STYLE LF )

DrTimothyAldenDavis/SuiteSparse UMFPACK/CMakeLists.txt :552

configure_file (
    Config/UMFPACK.pc.in
    UMFPACK.pc.out
    @ONLY
    NEWLINE_STYLE LF )

microsoft/vcpkg ports/qt5-base/cmake/qt_port_hashes.cmake :66

configure_file("${_current_control}" "${_current_control}" @ONLY NEWLINE_STYLE LF)

wxWidgets/wxWidgets build/cmake/lib/webview_chromium/cef_update_version_info.cmake :31

configure_file(
    cef_version_info.cmake.in
    cef_version_info.cmake
    @ONLY NEWLINE_STYLE LF
)