[CMake] Re: CMAKE_MAKE_PROGRAM is not set&In-Reply
-To=44148702.7000809@web.de
William A. Hoffman
billlist at nycap.rr.com
Mon Mar 13 10:26:03 EST 2006
At 05:54 AM 3/13/2006, Martin Baumann wrote:
>Hi,
>
>>There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles directory.
>These files don't help me in this problem. I added the files to this mails. The one file contains the same error
>as the output of CMake itself the other one looks as if there weren't errors at all.
>
>I did again use new source of vtk and a new build directory.
I think I may have found the problem. Can you edit the file:
CMake/Modules/Platform/IRIX64.cmake
Change this line:
IF(NOT CMAKE_COMPILER_IS_GNUCXX)
To this:
IF(CMAKE_COMPILER_IS_GNUCC)
Then re-run cmake and see if it works.
-Bill
More information about the CMake
mailing list