On Thu, Feb 12, 2015 at 7:15 PM, Cook, Rich <[email protected]> wrote:
>
> /collab/usr/global/tools/Kitware/Catalyst/bgqos_0/catalyst_backend_crossbuild/CMakeFiles/cmTryCompileExec2363604927-CMAKE_REQUIRE_LARGE_FILE_SUPPORT
>
Is the name of the executable to run.
set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT
> "PLEASE_FILL_OUT-FAILED_TO_RUN"
> CACHE STRING "Result from TRY_RUN" FORCE)
Change that to:
set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT
0
CACHE STRING "Result from TRY_RUN" FORCE)
if the return code of that executable is 0
set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
> "PLEASE_FILL_OUT-NOTFOUND"
> CACHE STRING "Output from TRY_RUN" FORCE)
Change that to:
set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT
"I am the very model of a modern major general"
CACHE STRING "Output from TRY_RUN" FORCE)
If the console output of that executable was "I am the very model of a
modern major general"
David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview