Re: [cmake-developers] Compiler features/extensions remaining/future issues

2014-06-08 Thread Ben Boeckel
On Sat, May 31, 2014 at 15:17:59 +0200, Stephen Kelly wrote: > Here is a dump of some notes I have accumulated regarding compile features. I haven't read this thoroughly, just enough to see that this item is missing: 9) Performance I'm seeing considerable performance impact of this feature, eve

[cmake-developers] Unsubscribe

2014-06-08 Thread John Farrier
cess("/usr/include/lua.h", R_OK) = 0 > }}} > So a file is found but this is actually the one from lua5.2. cmake should > have > searched in > /usr/include/lua5.1/lua.h > in my case. > > I deleted the additional "include/" in FindLua51.cmake and it worked. >

[cmake-developers] [CMake 0014962]: Eclipse generator fails with several params to CMAKE_CXX_COMPILER_ARG1

2014-06-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14962 == Reported By:Michael Kahane Assigned To:

[cmake-developers] Modules/FindLua51.cmake: lua5.1 include path seems wrong

2014-06-08 Thread o . kurz
Hello, I observed a problem trying to build a CMake based project using lua5.1 on a system where both lua5.1 and lua5.2 are present (Linux Arch). It seems, "Modules/FindLua51.cmake" causes the header for lua5.2 to be found but the lib for version 5.1 causing obvious problems when trying to link. U

[cmake-developers] Modules/FindLua51.cmake: lua5.1 include path seems wrong

2014-06-08 Thread o . kurz
Hello, I observed a problem trying to build a CMake based project using lua5.1 on a system where both lua5.1 and lua5.2 are present (Linux Arch). It seems, "Modules/FindLua51.cmake" causes the header for lua5.2 to be found but the lib for version 5.1 causing obvious problems when trying to link. U