1# This file was generated by CMake because it detected TRY_RUN() commands
2# in crosscompiling mode. It will be overwritten by the next CMake run.
3# Copy it to a safe location, set the variables to appropriate values
4# and use it then to preset the CMake cache (using -C).
5
6
7# CMAKE_REQUIRE_LARGE_FILE_SUPPORT
8#    indicates whether the executable would have been able to run on its
9#    target platform. If so, set CMAKE_REQUIRE_LARGE_FILE_SUPPORT to
10#    the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
11# CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
12#    contains the text the executable would have printed on stdout and stderr.
13#    If the executable would not have been able to run, set CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT empty.
14#    Otherwise check if the output is evaluated by the calling CMake code. If so,
15#    check what the source file would have printed when called with the given arguments.
16# The HAVE_CMAKE_REQUIRE_LARGE_FILE_SUPPORT variable holds the build result for this TRY_RUN().
17#
18# Source file   : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/CMakeFiles/CMakeTmp/src.cxx
19# Executable    : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/cmTryCompileExec-CMAKE_REQUIRE_LARGE_FILE_SUPPORT
20# Run arguments :
21#    Called from: [1]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMakeLists.txt
22
23SET( CMAKE_REQUIRE_LARGE_FILE_SUPPORT
24     "1"
25     CACHE STRING "Result from TRY_RUN" FORCE)
26
27SET( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
28     "NOTFOUND"
29     CACHE STRING "Output from TRY_RUN" FORCE)
30
31
32# SHARED_LIBRARY_PATH_TYPE
33#    indicates whether the executable would have been able to run on its
34#    target platform. If so, set SHARED_LIBRARY_PATH_TYPE to
35#    the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
36# SHARED_LIBRARY_PATH_TYPE__TRYRUN_OUTPUT
37#    contains the text the executable would have printed on stdout and stderr.
38#    If the executable would not have been able to run, set SHARED_LIBRARY_PATH_TYPE__TRYRUN_OUTPUT empty.
39#    Otherwise check if the output is evaluated by the calling CMake code. If so,
40#    check what the source file would have printed when called with the given arguments.
41# The SHARED_LIBRARY_PATH_INFO_COMPILED variable holds the build result for this TRY_RUN().
42#
43# Source file   : /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMake/SharedLibraryPathInfo.cxx
44# Executable    : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/cmTryCompileExec-SHARED_LIBRARY_PATH_TYPE
45# Run arguments :  LDPATH
46#    Called from: [2]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMake/SharedLibraryPathVarName.cmake
47#                 [1]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMakeLists.txt
48
49SET( SHARED_LIBRARY_PATH_TYPE
50     "0"
51     CACHE STRING "Result from TRY_RUN" FORCE)
52
53SET( SHARED_LIBRARY_PATH_TYPE__TRYRUN_OUTPUT
54     ""
55     CACHE STRING "Output from TRY_RUN" FORCE)
56
57
58# VTK_TYPE_CHAR_IS_SIGNED
59#    indicates whether the executable would have been able to run on its
60#    target platform. If so, set VTK_TYPE_CHAR_IS_SIGNED to
61#    the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
62# The VTK_TYPE_CHAR_IS_SIGNED_COMPILED variable holds the build result for this TRY_RUN().
63#
64# Source file   : /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMake/vtkTestCharSignedness.cxx
65# Executable    : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/cmTryCompileExec-VTK_TYPE_CHAR_IS_SIGNED
66# Run arguments :
67#    Called from: [2]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMake/vtkTestTypes.cmake
68#                 [1]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMakeLists.txt
69
70SET( VTK_TYPE_CHAR_IS_SIGNED
71     "1"
72     CACHE STRING "Result from TRY_RUN" FORCE)
73
74
75# VTK_ANSI_STREAM_EOF_RESULT
76#    indicates whether the executable would have been able to run on its
77#    target platform. If so, set VTK_ANSI_STREAM_EOF_RESULT to
78#    the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
79# The VTK_ANSI_STREAM_EOF_COMPILED variable holds the build result for this TRY_RUN().
80#
81# Source file   : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/CMake/vtkTestStreamEOF.cxx
82# Executable    : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/cmTryCompileExec-VTK_ANSI_STREAM_EOF_RESULT
83# Run arguments :
84#    Called from: [2]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMake/vtkTestStreamsLibrary.cmake
85#                 [1]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/CMakeLists.txt
86
87SET( VTK_ANSI_STREAM_EOF_RESULT
88     "0"
89     CACHE STRING "Result from TRY_RUN" FORCE)
90
91
92# KWSYS_LFS_WORKS
93#    indicates whether the executable would have been able to run on its
94#    target platform. If so, set KWSYS_LFS_WORKS to
95#    the exit code (in many cases 0 for success), otherwise enter "FAILED_TO_RUN".
96# KWSYS_LFS_WORKS__TRYRUN_OUTPUT
97#    contains the text the executable would have printed on stdout and stderr.
98#    If the executable would not have been able to run, set KWSYS_LFS_WORKS__TRYRUN_OUTPUT empty.
99#    Otherwise check if the output is evaluated by the calling CMake code. If so,
100#    check what the source file would have printed when called with the given arguments.
101# The KWSYS_LFS_WORKS_COMPILED variable holds the build result for this TRY_RUN().
102#
103# Source file   : /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/Utilities/kwsys/kwsysPlatformTestsCXX.cxx
104# Executable    : /gpfs/gpfs0/home/gevecb/alex/paraview/build/VTK-head-bgl-new/cmTryCompileExec-KWSYS_LFS_WORKS
105# Run arguments :
106#    Called from: [1]   /gpfs/gpfs0/home/gevecb/alex/paraview/src/ParaView3/VTK/Utilities/kwsys/CMakeLists.txt
107
108SET( KWSYS_LFS_WORKS
109     "0"
110     CACHE STRING "Result from TRY_RUN" FORCE)
111
112SET( KWSYS_LFS_WORKS__TRYRUN_OUTPUT
113     "NOTFOUND"
114     CACHE STRING "Output from TRY_RUN" FORCE)
115
116