Re: [CMake] CPACK_COMPONENT__DEPENDS doesn't work

2013-11-26 Thread Eric Noulard
2013/11/27 : > What an honor for me that you guys responded so quickly. Our group has done > well to move to CMake. Sorry for taking such a long time to reply; I'm part > of a big organization that can be slow to decide things. > > The way this is going, is to continue with one package rather than

[CMake] Add support for Metro apps

2013-11-26 Thread Minmin Gong
In our project, we need to build an Win8+ Metro app. Currently the CMake do support VS_WINRT_EXTENSIONS. However, if you want to build an exe instead of dll or lib, even with x86 or x64, it always fails because lacking of some tags in vcxproj and sln. The requirements about it in our project are:

Re: [CMake] CPACK_COMPONENT__DEPENDS doesn't work

2013-11-26 Thread jeff
What an honor for me that you guys responded so quickly. Our group has done well to move to CMake. Sorry for taking such a long time to reply; I'm part of a big organization that can be slow to decide things. The way this is going, is to continue with one package rather than use a workaround, if

[CMake] How to sign up project for public CDASH

2013-11-26 Thread Adam Getchell
Hello all, I’m following the directions posted here: http://www.cmake.org/Wiki/CMake_Testing_With_CTest I’d like to get my dashboard up on the public one: http://open.cdash.org/index.php?project=PublicDashboard I’ve obtained an account on CTest. How do I register my project? Thanks, Adam Ge

Re: [CMake] Eclipse: sources out of CMakeLists directory

2013-11-26 Thread Eric Noulard
2013/11/26 Andrea Galeazzi : > Yes, of course I can. > It's possibile to add both linked folder and linked file by hand (in general > they're named "linked resources"). Also CMake creates linked folder in order > to make the subprojects appear in the project explorer. In this way the > behavior of

Re: [CMake] Eclipse: sources out of CMakeLists directory

2013-11-26 Thread Andrea Galeazzi
Yes, of course I can. It's possibile to add both linked folder and linked file by hand (in general they're named "linked resources"). Also CMake creates linked folder in order to make the subprojects appear in the project explorer. In this way the behavior of the Eclipse generator would be clos

Re: [CMake] Eclipse: sources out of CMakeLists directory

2013-11-26 Thread Eric Noulard
2013/11/26 Andrea Galeazzi : > In many of my subprojects I've got some sources outside of CMakeLists > directory. This is an example: > C:\Product1\project1\CMakeLists.txt > C:\SharedFiles\dir1\foo.cpp > C:\SharedFiles\dir1\foo.h This looks like an Eclipse issue? Can you craft an Eclipse project b

[CMake] Eclipse: sources out of CMakeLists directory

2013-11-26 Thread Andrea Galeazzi
In many of my subprojects I've got some sources outside of CMakeLists directory. This is an example: C:\Product1\project1\CMakeLists.txt C:\SharedFiles\dir1\foo.cpp C:\SharedFiles\dir1\foo.h Unfortunately Eclipse doesn't show them in the Project Explorer view. Should it be possible to request a

[CMake] TARGET property LOCATION

2013-11-26 Thread Marcel Loose
Hi all, According to the CMake documentation, the TARGET property LOCATION for a non-imported target is provided for compatibility with CMake 2.4 and below. My question is: are there any plans to deprecate this property? I want to know, because AFAIK, the only way to determine the full path to a b