cmake file(APPEND) examples

ornladios/ADIOS2 thirdparty/EVPath/EVPath/cmake/CreateLibtoolFile.cmake :34

FILE(APPEND ${_laname} "library_names=''\n\n")

ornladios/ADIOS2 thirdparty/EVPath/EVPath/cmake/CreateLibtoolFile.cmake :60

FILE(APPEND ${_laname} "dlopen='${_target_dlopen}'\n")

ornladios/ADIOS2 thirdparty/EVPath/EVPath/cmake/CreateLibtoolFile.cmake :62

FILE(APPEND ${_laname} "# Directory that this library needs to be installed in:\n")

ornladios/ADIOS2 thirdparty/EVPath/EVPath/rtests/CMakeLists.txt :15

file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/revtests.tsts "revp_${T}\n" )

ornladios/ADIOS2 thirdparty/KWSys/adios2sys/kwsysPlatformTests.cmake :24

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${description} failed to compile with the following output:\n${OUTPUT}\n\n")

ornladios/ADIOS2 thirdparty/KWSys/adios2sys/kwsysPlatformTests.cmake :71

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${description} compiled but failed to run with the following output:\n${OUTPUT}\n\n")

ornladios/ADIOS2 thirdparty/KWSys/adios2sys/kwsysPlatformTests.cmake :75

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "${description} compiled and ran with the following output:\n${OUTPUT}\n\n")

ornladios/ADIOS2 thirdparty/KWSys/adios2sys/kwsysPlatformTests.cmake :196

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "${description} compiled with the following output:\n${OUTPUT}\n\n")

apache/arrow cpp/cmake_modules/BuildUtils.cmake :141

file(APPEND ${ar_script_path}.in "SAVE\nEND\n")

apache/arrow cpp/cmake_modules/DefineOptions.cmake :729

file(APPEND ${summary} "\"${name}\": \"${${name}}\",\n")

apache/arrow cpp/cmake_modules/DefineOptions.cmake :734

file(APPEND ${summary} "\"build_type\": \"${CMAKE_BUILD_TYPE}\",\n")

assimp/assimp cmake-modules/DebSourcePPA.cmake :145

file(APPEND ${DEBIAN_CONTROL} "${DEP}, ")

assimp/assimp cmake-modules/DebSourcePPA.cmake :162

file(APPEND ${DEBIAN_CONTROL} "${DEP}, ")

assimp/assimp contrib/draco/cmake/draco_options.cmake :297

file(APPEND "${draco_features_file_name}.new"
     "// Enable DRACO_DEBUG_COMPILER_WARNINGS at CMake generation \n"
     "// time to remove these pragmas.\n")

assimp/assimp contrib/draco/cmake/draco_options.cmake :334

file(APPEND "${draco_features_file_name}.new"
     "#pragma warning(disable:4800)\n")

OpenChemistry/avogadrolibs avogadro/qtplugins/CMakeLists.txt :219

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/avogadrostaticqtplugins.h.in"
  "}\n\n")

OpenChemistry/avogadrolibs cmake/CheckSymbolExists.cmake :81

FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "Determining if the ${SYMBOL} "
  "exist passed with the following output:\n"
  "${OUTPUT}\nFile ${SOURCEFILE}:\n"
  "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n")

mono/boringssl util/android-cmake/android.toolchain.cmake :721

file( APPEND "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeSystem.cmake" "SET(CMAKE_SYSTEM_PROCESSOR \"${CMAKE_SYSTEM_PROCESSOR}\")\n" )

CGAL/cgal Documentation/doc/CMakeLists.txt :87

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS}
     "@INCLUDE = ${CGAL_DOC_DOXY_DEFAULT}\n")

CGAL/cgal Documentation/doc/CMakeLists.txt :91

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "HTML_OUTPUT = .\n")

CGAL/cgal Documentation/doc/CMakeLists.txt :126

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS} "INPUT = ${CGAL_PACKAGE_DOC_DIR}\n")

CGAL/cgal Documentation/doc/CMakeLists.txt :130

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS}
     "INPUT += ${CGAL_PACKAGE_DIR}/include/\n")

CGAL/cgal Documentation/doc/CMakeLists.txt :136

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS}
     "INPUT += ${CGAL_PACKAGE_DIR}/include/${pkg_file}\n")

CGAL/cgal Documentation/doc/CMakeLists.txt :143

file(APPEND ${CGAL_DOC_PACKAGE_DEFAULTS}
    "EXCLUDE += ${CGAL_PACKAGE_DIR}/include/CGAL/${CGAL_PACKAGE_NAME}/internal\n")

CGAL/cgal Installation/CMakeLists.txt :1225

file(APPEND ${CGAL_BINARY_DIR}/test_headers.cpp "#include <${header}>\n")

CGAL/cgal Installation/cmake/modules/CGAL_CheckCXXFileRuns.cmake :54

FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "Performing C++ SOURCE FILE Test ${TEST} succeeded with the following output:\n"
  "${OUTPUT}\n"
  "Source file was:\n${SOURCE}\n")

CGAL/cgal Installation/cmake/modules/CGAL_CheckCXXFileRuns.cmake :61

FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "Performing C++ SOURCE FILE Test ${TEST} failed with the following output:\n"
  "${OUTPUT}\n"
  "Return value: ${result_var}\n"
  "Source file was:\n${SOURCE}\n")

CGAL/cgal Scripts/developer_scripts/cgal_create_release_with_cmake.cmake :228

file(APPEND ${release_dir}/.scm-branch "${OUT_VAR}")

CGNS/CGNS src/CMakeLists.txt :199

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
    "Determining if the Fortran ${FUNCTION} exists passed with the following output:\n"
    "${OUTPUT}\n\n"
)

CGNS/CGNS src/CMakeLists.txt :206

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
    "Determining if the Fortran ${FUNCTION} exists failed with the following output:\n"
    "${OUTPUT}\n\n")

CGNS/CGNS src/CMakeLists.txt :403

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
    "Determining if the HDF5 ${FUNCTION} exists passed with the following output:\n"
    "${OUTPUT}\n\n"
)

CGNS/CGNS src/CMakeLists.txt :410

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
    "Determining if the HDF5 ${FUNCTION} exists failed with the following output:\n"
    "${OUTPUT}\n\n")

projectchrono/chrono cmake/embedfile.cmake :42

FILE(APPEND "${HEADER_FILE}" "#ifndef TXT_HEADER_${SYMBOL}\n")

doctest/doctest scripts/cmake/assemble_single_header.cmake :7

file(APPEND ${doctest_include_folder}/doctest.h "// == DO NOT MODIFY THIS FILE BY HAND - IT IS AUTO GENERATED BY CMAKE! ==\n")

google/draco cmake/draco_options.cmake :307

file(APPEND "${draco_features_file_name}.new"
     "#pragma warning(disable:4146)\n")

embree/embree tests/CMakeLists.txt :49

file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/testproject-CMakeLists.txt"
  "# Copyright 2009-2021 Intel Corporation\n"
  "# SPDX-License-Identifier: Apache-2.0\n"
  "# This file was automatically generated\n"
  "cmake_minimum_required(VERSION 3.5)\n"
  "\n"
  "project(embree-testing)\n"
  "\n"
  "# allowing EMBREE_TESTING_INTENSITY to be overriden\n"
  "unset(TESTING_INTENSITY_SAVE CACHE)\n"
  "set(TESTING_INTENSITY_SAVE \${EMBREE_TESTING_INTENSITY})\n"
  "unset(EMBREE_TESTING_INTENSITY CACHE)\n"
  "include(\"../${CMAKE_INSTALL_LIBDIR}/cmake/embree-${EMBREE_VERSION}/embree-config.cmake\")\n"
  "if (DEFINED TESTING_INTENSITY_SAVE)\n"
  "  set(EMBREE_TESTING_INTENSITY \${TESTING_INTENSITY_SAVE})\n"
  "endif()\n"
  "\n"
  "\n"
  "SET(EMBREE_TESTING_PACKAGE_TEST_PROJECT ON)\n"
  "SET(EMBREE_INSTALL_BINDIR ${CMAKE_INSTALL_BINDIR})\n"
  "SET(BUILD_TESTING ON)\n"
  "include(test.cmake)\n"
  "\n"
  "\n"
  "if (EMBREE_TESTING_FILTER_TESTS_FILE)\n"
  "  if (EXISTS \"\${EMBREE_TESTING_FILTER_TESTS_FILE}\")\n"
  "    file(READ \"\${EMBREE_TESTING_FILTER_TESTS_FILE}\" lines)\n"
  "    string(REGEX REPLACE \"\\n\" \";\" testnames \"\${lines}\")\n"
  "    list(APPEND EMBREE_TESTING_FILTER_TESTNAMES \${testnames})\n"
  "  else()\n"
  "    message(FATAL_ERROR \"EMBREE_TESTING_FILTER_TESTS_FILE\" was specified as '\${EMBREE_TESTING_FILTER_TESTS_FILE}' but file could not be opened.)\n"
  "  endif()\n"
  "endif()\n"
  "\n"
  "message(\"filter:                            \\\"${EMBREE_TESTING_FILTER_TESTNAMES}\\\"\")\n"
  "message(\"BUILD_TESTING:                     \\\"\${BUILD_TESTING}\\\"\")\n"
  "message(\"EMBREE_TESTING_INSTALL_TESTS:      \\\"\${EMBREE_TESTING_INSTALL_TESTS}\\\"\")\n"
  "message(\"EMBREE_SYCL_SUPPORT:               \\\"\${EMBREE_SYCL_SUPPORT}\\\"\")\n"
  "message(\"EMBREE_TESTING_INTENSITY:          \\\"\${EMBREE_TESTING_INTENSITY}\\\"\")\n"
  "message(\"EMBREE_TESTING_ONLY_SYCL_TESTS:    \\\"\${EMBREE_TESTING_ONLY_SYCL_TESTS}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_TRIANGLE:          \\\"\${EMBREE_GEOMETRY_TRIANGLE}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_QUAD:              \\\"\${EMBREE_GEOMETRY_QUAD}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_GRID:              \\\"\${EMBREE_GEOMETRY_GRID}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_CURVE:             \\\"\${EMBREE_GEOMETRY_CURVE}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_SUBDIVISION:       \\\"\${EMBREE_GEOMETRY_SUBDIVISION}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_USER:              \\\"\${EMBREE_GEOMETRY_USER}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_INSTANCE:          \\\"\${EMBREE_GEOMETRY_INSTANCE}\\\"\")\n"
  "message(\"EMBREE_GEOMETRY_INSTANCE_ARRAY:    \\\"\${EMBREE_GEOMETRY_INSTANCE_ARRAY}\\\"\")\n"
  "\n"
  "include(embree-addtests.cmake)\n"
)

expresscpp/expresscpp cmake/conan.cmake :429

file(APPEND ${_FN} ${ARG} "\n")

fltk/fltk test/CMakeLists.txt :290

file(APPEND ${include_all} "/* End of generated file */\n")

FluidSynth/fluidsynth cmake_admin/CheckDIRSymbolExists.cmake :68

FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeError.log 
  "Determining if the DIR symbol is defined as in AC_HEADER_DIRENT "
  "failed with the following output:\n"
  "${OUTPUT}\nFile ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckDIRSymbolExists.c:\n"
  "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n")

FreeRDP/FreeRDP cmake/DisableCompilerWarnings.cmake :16

file(APPEND ${ctidy} "CheckOptions:\n")

malaterre/GDCM CMake/CMakeTestCSharpCompiler.cmake :21

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "Determining if the CSharp compiler works failed with "
  "the following output:\n${OUTPUT}\n\n")

google/glog cmake/DetermineGflagsNamespace.cmake :45

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "Determining the gflags namespace ${_namespace} failed with the following output:\n"
  "${OUTPUT}\n\n")

google/glog cmake/DetermineGflagsNamespace.cmake :59

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "Determining the gflags namespace passed with the following output:\n"
  "${OUTPUT}\n\n")

gnuradio/gnuradio cmake/Modules/GrTest.cmake :114

file(APPEND ${sh_file} "\n")

silnrsi/graphite Graphite.cmake :45

FILE(APPEND ${_laname} "# Generated by CMake ${CMAKE_VERSION} (like GNU libtool)\n")

greatscottgadgets/hackrf host/cmake/modules/FindThreads.cmake :175

FILE(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "Determining if compiler accepts -pthread returned ${THREADS_PTHREAD_ARG} instead of 2. The compiler had the following output:\n${OUTPUT}\n\n")

greatscottgadgets/hackrf host/cmake/modules/FindThreads.cmake :181

FILE(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "Determining if compiler accepts -pthread failed with the following output:\n${OUTPUT}\n\n")

HDFGroup/hdf4 HDF4Examples/config/cmake/HDF4UseFortran.cmake :65

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
    "Determining if the Fortran ${FUNCTION} exists passed with the following output:\n"
    "${OUTPUT}\n\n"
)

HDFGroup/hdf4 HDF4Examples/config/cmake/HDF4UseFortran.cmake :72

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
    "Determining if the Fortran ${FUNCTION} exists failed with the following output:\n"
    "${OUTPUT}\n\n")

HDFGroup/hdf4 HDF4Examples/config/cmake/jrunTest.cmake :89

file (APPEND ${TEST_FOLDER}/${TEST_OUTPUT} ${TEST_STREAM})

HDFGroup/hdf5 config/ConfigureChecks.cmake :805

file (APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeError.log
  "Test ${TEST} Compile succeeded with the following output:\n ${${TEST}_COMPILE_OUTPUT}\n"
)

InsightSoftwareConsortium/ITK CMake/itkTargetLinkLibrariesWithDynamicLookup.cmake :87

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
     "Performing Test ${VARIABLE} failed with the following output:\n" "${OUTPUT}\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConfigureChecks.cmake :209

file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
    "Performing Other Test ${OTHER_TEST} failed with the following output:\n"
    "${OUTPUT}\n"
)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConfigureChecks.cmake :816

file (APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeError.log
  "Test ${TEST} Run failed with exit code ${${TEST}_RUN} and with the following output:\n ${${TEST}_RUN_OUTPUT}\n"
)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/scripts/CTestScript.cmake :362

file (APPEND ${CTEST_SCRIPT_DIRECTORY}/FailedCTest.txt "Failed packaging: ${cpackResult}:${cpackLog.err} \n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTests.cmake :71

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${description} compiled but failed to run with the following output:\n${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTests.cmake :75

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "${description} compiled and ran with the following output:\n${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTests.cmake :82

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${description} failed to compile with the following output:\n${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/KWSys/src/KWSys/kwsysPlatformTests.cmake :200

file(APPEND
  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${description} failed to compile with the following output:\n${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/NrrdIO/src/NrrdIO/CMake/TestQnanhibit.cmake :25

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
            "Value of the 22nd bit of a 32-bit quiet-NaN is 0")

InsightSoftwareConsortium/ITK Modules/ThirdParty/NrrdIO/src/NrrdIO/CMake/TestQnanhibit.cmake :34

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log "TestQnanhibit.c produced following output:\n${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake :129

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
           "Performing Test ${TEST} failed with the following output:\n"
           "${OUTPUT}\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake :180

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
           "Performing Try-Run Test ${TEST} failed to compile with the following output:\n"
           "${OUTPUT}\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake :275

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
     "Determining if the ${TYPE} "
     "exist passed with the following output:\n"
     "${OUTPUT}\nFile ${CMAKE_BINARY_DIR}/CMakeTmp/CheckTypeExists.cxx:\n"
     "${CHECK_TYPE_EXISTS_CONTENT}\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/config/VXLIntrospectionConfig.cmake :355

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
  "${MSG} Failed to compile with the following output:\n(FLAGS=${MACRO_DETERMINE_TYPE_FLAGS})\n${OUTPUT}\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/Modules/CheckPrototypeExistsCXX.cmake :32

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log "Trying struct with ${FILE}\n" )

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/Modules/CheckPrototypeExistsCXX.cmake :43

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "Determining if prototype ${FUNC} exists in ${FILE} "
  "failed with the following output:\n"
  "${OUTPUT}\n\n")

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/config/cmake/Modules/CheckPrototypeExistsCXX.cmake :48

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
  "Determining if prototype ${FUNC} exists in ${FILE} "
  "passed with the following output:\n"
  "${OUTPUT}\n\n")

lammps/lammps cmake/Modules/LAMMPSUtils.cmake :140

file(APPEND ${outfile} "const unsigned char ${varname}[] = { ${content} };\n")

lammps/lammps cmake/Modules/Testing.cmake :12

file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/lammps.supp "${SUPPRESSIONS}")

DanBloomberg/leptonica cmake/Configure.cmake :32

file(APPEND ${AUTOCONFIG_SRC} "/* Define to 1 if you have the `${F}' function. */\n")

libevent/libevent cmake/CheckPrototypeDefinition.cmake :71

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
    "Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} passed with the following output:\n"
    "${OUTPUT}\n\n")

libevent/libevent cmake/CheckPrototypeDefinition.cmake :77

file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
    "Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} failed with the following output:\n"
    "${OUTPUT}\n\n${_SOURCE}\n\n")

libgd/libgd cmake/modules/CheckDIRSymbolExists.cmake :90

FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeOutput.log
  "Determining if the DIR symbol is defined as in AC_HEADER_DIRENT "
  "passed with the following output:\n"
  "${OUTPUT}\nFile ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckDIRSymbolExists.c:\n"
  "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n")

libgd/libgd cmake/modules/CheckDIRSymbolExists.cmake :98

FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeError.log
  "Determining if the DIR symbol is defined as in AC_HEADER_DIRENT "
  "failed with the following output:\n"
  "${OUTPUT}\nFile ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckDIRSymbolExists.c:\n"
  "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n")

libgd/libgd cmake/modules/TestForHighBitCharacters.cmake :34

file(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeOutput.log
"Determining if ctype.h macros work on high-bit characters passed with "
"the following output:\n${OUTPUT}\n\n")

libical/libical src/libical/ical_file.cmake :37

file(APPEND ${ICAL_FILE_H_FILE} "#define LIBICAL_ICAL_H\n")

libical/libical src/libical/ical_file.cmake :57

file(APPEND ${ICAL_FILE_H_FILE} "}\n")

libical/libical src/libicalss/icalss_file.cmake :23

file(APPEND ${ICAL_FILE_H_FILE} "#define LIBICAL_ICALSS_H\n")

libical/libical src/libicalss/icalss_file.cmake :36

file(APPEND ${ICAL_FILE_H_FILE} "${_currentLINE}\n")

libical/libical src/libicalvcard/vcard_file.cmake :28

file(APPEND ${VCARD_FILE_H_FILE} "extern \"C\" {\n")

Framstag/libosmscout cmake/WinResource.cmake :57

file(APPEND ${RC_FILE} "#define FILE_VERSION_S \"${_version}\"\n")

Framstag/libosmscout cmake/WinResource.cmake :67

file(APPEND ${RC_FILE} "#endif\n")

Framstag/libosmscout cmake/WinResource.cmake :70

file(APPEND ${RC_FILE} " FILEVERSION FILE_VERSION_C\n")

Framstag/libosmscout cmake/WinResource.cmake :79

file(APPEND ${RC_FILE} " FILETYPE ${_filetype}\n")

Framstag/libosmscout cmake/WinResource.cmake :100

file(APPEND ${RC_FILE} "END\n")

Framstag/libosmscout Documentation/CMakeLists.txt :41

file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/pages.dox "${TEMPFILECONTENT}\n\n")

Framstag/libosmscout Documentation/CMakeLists.txt :43

file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/pages.dox "\n*/\n")

sbmlteam/libsbml CMakeLists.txt :969

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/libsbml.pc" "\n")

sbmlteam/libsbml CMakeLists.txt :973

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/libsbml.pc" "\n")

sbmlteam/libsbml CMakeLists.txt :974

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/libsbml.pc" "Libs: -L\${libdir} -lsbml\n")

sbmlteam/libsbml src/bindings/perl/CMakeLists.txt :248

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/LibSBML.cpp" "// do not include GDI by default\n")

sbmlteam/libsbml src/bindings/perl/CMakeLists.txt :251

file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/LibSBML.cpp" "#include <EXTERN.h>\n")

sbmlteam/libsbml src/bindings/python/add_version.cmake :39

  file(APPEND ${CUR_BIN_DIRECTORY}/libsbml.py "
global __version__
__version__ = '${VERSION}'
")

sbmlteam/libsbml src/bindings/python/patch-python.cmake :40

  file(APPEND "${WRAPPER_FILE}" "
USE_LIBSBML_PYTHON_API2_WARNINGS = True
")

stevengj/nlopt cmake/generate-cpp.cmake :8

# handling trailing backlashes in "file (STRINGS" is a little tricky
if (line_len VERSION_LESS 8)
  file (APPEND ${CMAKE_CURRENT_BINARY_DIR}/nlopt.hpp "${NLOPT_HPP_LINE}\n")
else ()
  set (prev_inst FALSE)
  foreach(NLOPT_HPP_SUBLINE ${NLOPT_HPP_LINE})
    # test is we need to add the eaten semicolon
    if (NLOPT_HPP_SUBLINE MATCHES "\\)$" OR NLOPT_HPP_SUBLINE MATCHES "return")

stevengj/nlopt cmake/generate-cpp.cmake :21

file (APPEND ${CMAKE_CURRENT_BINARY_DIR}/nlopt.hpp "${NLOPT_HPP_SUBLINE}")

stevengj/nlopt cmake/generate-cpp.cmake :23

file (APPEND ${CMAKE_CURRENT_BINARY_DIR}/nlopt.hpp ";")

stevengj/nlopt cmake/generate-cpp.cmake :29

file (APPEND ${CMAKE_CURRENT_BINARY_DIR}/nlopt.hpp " \\")

stevengj/nlopt src/swig/CMakeLists.txt :17

file (APPEND ${CMAKE_CURRENT_BINARY_DIR}/nlopt-enum-renames.i "${ENUM_LINE}")