Re: [CMake] Problem with add_definitions on CMake 2.6.0 RC 6 and RC 8 on AIX

2008-04-17 Thread Alexander Neundorf
On Thursday 17 April 2008, Dieter Rosch wrote: > Hi, > > > > I have a project that compiles perfectly on AIX with CMake 2.4.8. > > However, I create a new build directory and use CMake 2.6.0 RC 6 or 8 to > build and it fails. The problem seems to be that the 2 newer version are > ignoring my ADD_DE

[CMake] Problem with add_definitions on CMake 2.6.0 RC 6 and RC 8 on AIX

2008-04-17 Thread Dieter Rosch
Hi, I have a project that compiles perfectly on AIX with CMake 2.4.8. However, I create a new build directory and use CMake 2.6.0 RC 6 or 8 to build and it fails. The problem seems to be that the 2 newer version are ignoring my ADD_DEFINITIONS statements. Has anyone else experienced this?