On 10/22/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > > That is, use EXECUTE_PROCESS in ordinary cmake code to determine if the MPI > function works well.
Although EXECUTE_PROCESS, generally speaking, cannot determine if something will work under your actual compilation environment. It only works in the environment you ran CMake. For your compilation environment you'll need TRY_COMPILE or TRY_RUN. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
