[CMake] CMake + Qt5LinguistToolsMacros.cmake: QT5_CREATE_TRANSLATION delete source ts files during clean

2014-02-25 Thread Anatoly Shirokov
Guys! I have fixed bug related to delete translation (ts) file during clean (someone meet the same problem here http://cmake.3232098.n2.nabble.com/How-to-not-delete-generated-files-on-make-clean-td4425991.html) for Qt5 (https://bugreports.qt-project.org/browse/QTBUG-31860). But my bug report

[CMake] Windows "cannot restore timestamp" error in 2.8.12.2

2014-02-25 Thread Ellen Johnson
Hello, I recently downloaded the preinstalled binaries for CMake 2.8.12.2. We had been previously using CMake 2.8.8. When building this third-party library on Windows, I get sporadic "build FAILED" errors, along with the "cannot restore timestamp" error regarding the generate.stamp file d

Re: [CMake] Force configure step to build and install depends before completing.

2014-02-25 Thread Bill Hoffman
On 2/20/2014 5:54 PM, Jack Smith wrote: I think I've have an epiphany. I've been really struggling to understand how to get my build to work, and it seems the problem is with the configure step of cmake. I would like to see some mechanism whereby I can delay the completion of the configure step

Re: [CMake] Object Oriented Programming with CMake Script

2014-02-25 Thread Nils Gladitz
On 25.02.2014 17:49, Tobias Becker wrote: I also have a question: Will CMake script ever support higher language features like scoped function names, eval, dynamic functions, return values (the workarounds for these features are costing me alot of performance)? I am hoping for Lua integr

[CMake] Object Oriented Programming with CMake Script

2014-02-25 Thread Tobias Becker
For those interested: I have written a pure cmake module which allows Object Oriented programming in CMake you can download it through my blog at http://thetoeb.wordpress.com/2014/02/25/object-oriented-cmake-next-iteration/ I also have a question: Will CMake script ever support higher language f

[CMake] Is now VS2008 plug-in broken too?

2014-02-25 Thread Andrea Galeazzi
Lately, I don't know why, my VS 2008 solution starts showing a very similar behavior to http://public.kitware.com/Bug/view.php?id=14680 . When a CMakeLists.txt changes, the IDE (VS2008) doesn't show a dialog asking if you want to reload the solution (as it always did before), but it goes head an

[CMake] Using preprocessor to set module name with Fortran in CMake

2014-02-25 Thread Tom Clune
I would like to have create a poor-man's template module in Fortran by using the preprocessor and #include. The generic logic will go in the include file, and the various top-level files will define tokens to instantiate specific implementations. A very simple example is the following: !---