Re: [CMake] Re: Re: CMAKE_CXX_COMPILER_FULLPATH-NOTFOUND...

2007-03-26 Thread Bill Hoffman
Patrick Gelin wrote: In this case it should work.Can you create a small cmake test file: CMakeLists.txt:--- add_library(foo foo.c) --end CMakeLists.txt- put that in a directory by itself. Then do this: touch foo.c mkdir b cd b cmake .. And post all the output. i

[CMake] Re: Re: CMAKE_CXX_COMPILER_FULLPATH-NOTFOUND...

2007-03-25 Thread Patrick Gelin
>> > In this case it should work.Can you create a small cmake test file: > CMakeLists.txt:--- > add_library(foo foo.c) > --end CMakeLists.txt- > put that in a directory by itself. Then do this: > touch foo.c > mkdir b > cd b > cmake .. > > And post all the output. it's ok...