Re: [CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-22 Thread Ramazan Girgin
I am running Visual Studio 2008 Pro edition. On Fri, Mar 19, 2010 at 4:38 PM, Michael Jackson mike.jack...@bluequartz.net wrote: What version of Visual Studio 2008 are you running? Express. Standard? Pro? ___ Mike Jackson

[CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-19 Thread Ramazan Girgin
I insert SET(CMAKE_CXX_COMPILER_WORKS 1) in CMakeTestCXXCompiler.cmake file and SET(CMAKE_C_COMPILER_WORKS 1) in CMakeTestCCompiler.cmake file for disable testing of compiler. After that cmake generated make file correctly and i compiled may application. Another temp solution may be put this

Re: [CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-19 Thread Michael Jackson
What version of Visual Studio 2008 are you running? Express. Standard? Pro? ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton,

Re: [CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-19 Thread Bill Hoffman
Ramazan Girgin wrote: I insert SET(CMAKE_CXX_COMPILER_WORKS 1) in CMakeTestCXXCompiler.cmake file and SET(CMAKE_C_COMPILER_WORKS 1) in CMakeTestCCompiler.cmake file for disable testing of compiler. After that cmake generated make file correctly and i compiled may application. Another temp

Re: [CMake] [Temproraly Solution , may be bug in cmake] Re: cmake error in windows 7 , visual studio 2008

2010-03-19 Thread Bill Hoffman
Bill Hoffman wrote: Ramazan Girgin wrote: I insert SET(CMAKE_CXX_COMPILER_WORKS 1) in CMakeTestCXXCompiler.cmake file and SET(CMAKE_C_COMPILER_WORKS 1) in CMakeTestCCompiler.cmake file for disable testing of compiler. After that cmake generated make file correctly and i compiled may