Re: [CMake] Corrupted CmakeLists.txt File how to heal it ?

2014-09-09 Thread Nils Gladitz
On 09/09/2014 02:05 PM, Sonya Blade wrote: Hi Nils, You guess is correct it is not top level CMakeLists.txt, but actually originator instruct to do so and even instruct to add the additional lines to sub-level CMakeLists.txt. Probably I misinterpreted it, and probably this is what he meant: "Add

Re: [CMake] Corrupted CmakeLists.txt File how to heal it ?

2014-09-09 Thread Sonya Blade
_ROOT}/lib )include_platform()target_link_libraries(${PROJECT_NAME} OpenThreadsosg osgDB osgGA osgViewer)}Regards, > Date: Tue, 9 Sep 2014 13:56:15 +0200 > From: nilsglad...@gmail.com > To: sonyablade2...@hotmail.com; cmake@cmake.org > Subject: Re: [CMake] Corrupted CmakeLists.txt File how to heal it ?

Re: [CMake] Corrupted CmakeLists.txt File how to heal it ?

2014-09-09 Thread Nils Gladitz
On 09/09/2014 01:34 PM, Sonya Blade wrote: I Use Cmake-GUI 2.8.12.2 to configure the CMakeLists.txt file but no matter which compiler I set ( I prefer Code::Blocks MinGW Makefile) Cmake-GUI produces the "Error in configurition process, project files may be invalid" dialog, with following report

[CMake] Corrupted CmakeLists.txt File how to heal it ?

2014-09-09 Thread Sonya Blade
Dear All, I find ti very difficult to configure the project which has the following CMakeLists.txt at the attachement.The CMakeLists is automatically created with FireBreath Python script (fbgen.py) and is supposed to run on Win32/64 compiled with MSVS10~13 and MinGW compilers. After compilation