Re: [cmake-developers] Virtual folders in Visual studio get expanded on reload

2015-06-02 Thread Klaim - Joël Lamotte
I did notice it quite a lot but I don't think CMake can do anything about it. I might be wrong though. On Tue, Jun 2, 2015 at 1:00 AM, Roman Wüger roman.wue...@gmx.at wrote: Hi, I noticed that sometimes when a target is reloaded, that the virtual folders and targets for the complete visual

Re: [CMake] [cmake-developers] Virtual folders in Visual studio get expanded on reload

2015-06-02 Thread Klaim - Joël Lamotte
I did notice it quite a lot but I don't think CMake can do anything about it. I might be wrong though. On Tue, Jun 2, 2015 at 1:00 AM, Roman Wüger roman.wue...@gmx.at wrote: Hi, I noticed that sometimes when a target is reloaded, that the virtual folders and targets for the complete visual

Re: [CMake] CMake Digest, Vol 134, Issue 1

2015-06-02 Thread Knox, Kent
Hi Daniel~ Suppose you have libA that optionally uses zip functionality (say by some option USE_ZLIB in libA's CMakeLists.txt). This means libA will optionally have -lz in its INTERFACE_LINK_LIBRARIES (exported into liba-config.cmake). I think the best way to handle this is to turn

[CMake] Newbye question (?)

2015-06-02 Thread Federico Carminati
Dear All, sorry if this is a stupid question. I have a directory where there are fortran and C++ files mixed and I want to specify different compilation flags for the two languages. Is this possible? And if yes, how? Thanks a lot for your help and best regards, Federico Carminati CERN-PH

[Cmake-commits] CMake branch, next, updated. v3.2.3-1397-g99955e0

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 99955e0dc8228f878d4b934d7526f54b3d92d2e7 (commit) via

[CMake] linking a C application with a C++ library

2015-06-02 Thread René J . V . Bertin
Hello, I'm trying to write a cmake file for an older project of mine, which consists of a library (mostly C++) and a few test cases one of which is a C programme to test the library's functionality exported to C. I'd like to use a single cmake file, but am getting link error on the C app, most

Re: [CMake] linking a C application with a C++ library

2015-06-02 Thread René J . V . Bertin
On Wednesday June 03 2015 02:44:29 René J.V. Bertin wrote: How do I instruct cmake to do this? never mind: set_target_properties(cseTest PROPERTIES LINKER_LANGUAGE CXX) Sorry for the noise! R. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[Cmake-commits] CMake branch, next, updated. v3.2.3-1423-ga2556fe

2015-06-02 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via a2556feeb11dc3b758898bdc8ccd44a063401f7d (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1402-g4f8124e

2015-06-02 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 4f8124e6c591534d26d38ccd6d2d2eb25d6a6a29 (commit) via

Re: [CMake] Not finding boost

2015-06-02 Thread Dave Yost
Here is my solution. if (DEFINED BOOST_ROOT) message ( Using argument BOOST_ROOT ${BOOST_ROOT}) elseif (DEFINED ENV{BOOST_ROOT}) message ( Using env var BOOST_ROOT $ENV{BOOST_ROOT}) set (BOOST_ROOT $ENV{BOOST_ROOT}) else () message ( Looking in CPATH for include/boost/) if (DEFINED

[Cmake-commits] CMake branch, next, updated. v3.2.3-1419-g02493a5

2015-06-02 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 02493a5a171bfc1077703982a3bafc3e2b493ecf (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1412-gb48810b

2015-06-02 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via b48810b703bd8a53f3739440f936bb95f0f052b9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.3-1389-g758392f

2015-06-02 Thread Kitware Robot
20150602) +set(CMake_VERSION_PATCH 20150603) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake

[CMake] Visual Studio support for Header Only Libraries

2015-06-02 Thread Casagrande Raffael
Hello, How should I properly setup a header-only library in cmake such that: 1. The headers appear in the Visual Studio solution. 2. In an executable i can use target_link_libraries(TARGET HEADER_ONLY_LIBRARY) to specify that I want to use (the headers of) this library. So far I have

[Cmake-commits] CMake branch, master, updated. v3.2.3-1381-g3bcd2f5

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 3bcd2f538f7c20fe25532bf41c8b78c511c03be5 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.3-1374-ge14e1f2

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via e14e1f273adaba11d9eb2fc019fb36fc215d99dc (commit) via

[cmake-developers] [CMake 0015600]: CTest output redirection doesn't respect the order

2015-06-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15600 == Reported By:Christophe Dumeunier Assigned To:

Re: [CMake] [cmake-developers] Virtual folders in Visual studio get expanded on reload

2015-06-02 Thread Thompson, KT
Roman, I have the same complaint. My project has about 300 targets arranged in two dozen folders. I use the collapse all button in Visual Studio's Solution Explorer window (looks like a stack of 3 squares in VS2013). kt -Original Message- From: cmake-developers

[Cmake-commits] CMake branch, next, updated. v3.2.3-3292-gde58af4

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via de58af455ae2a6c078502470b83c043d2376fb8a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-3295-g26069d5

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 26069d516883b7487f0bc43a495d4420bd061ce3 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-3297-g3ccd5f4

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 3ccd5f4099aa63d7a0dc09f6e8f7143a697335aa (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.3-1384-ga6916a6

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via a6916a6c6e397bda8b381f65dbfc59d3c52f8525 (commit) via

[Cmake-commits] CMake branch, maint, updated. v3.2.3

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, maint has been updated via b3de2a8e6451c9138948c23a974740823ade8263 (commit) via

Re: [cmake-developers] CMake 3.3 feature freeze on 2015-06-01

2015-06-02 Thread Brad King
On 05/26/2015 11:38 AM, Brad King wrote: In preparation for this freeze to 'master' next week, I'm now freezing 'next' to new features. We should work to get topics already in 'next' through to 'master' within the next week. Documentation and bug fix topics may still of course be added to

[Cmake-commits] CMake branch, next, updated. v3.2.3-1393-g1010c09

2015-06-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 1010c09cf784dc75832736ea5887b0dfaa9dff48 (commit) via

Re: [cmake-developers] [PATCH] DEFINES_FILE feature for FindBISON module

2015-06-02 Thread Brad King
On 05/31/2015 01:37 AM, 정언 wrote: I made a slight change on FindBISON module, adding a new feature DEFINES_FILE that corresponds to bison command line option `--defines`. Thanks! Please re-order the patches to do the refactoring of argument parsing first and the functional changes second.

Re: [cmake-developers] Compact dependency graph

2015-06-02 Thread Brad King
On 06/01/2015 06:20 PM, Richard Ulrich wrote: Using a callback I now feed the error information back. Here's the latest change: https://github.com/ulrichard/CMake/commit/adf1cf5184d5a13702a03a090c501f1a6d0e39f4 The following line is still commented out: this-Makefile-StoreMatches(re);

Re: [cmake-developers] Startup Project Configuration [mantis 15578]

2015-06-02 Thread Brad King
On 06/01/2015 07:35 PM, Davy Durham wrote: My plan is for it to simply pull a directory property called, VS_STARTUP_PROJECT. However, I don't see how to access directory properties from cmGlobalVisualStudioGenerator. They seem to be available from a cmLocalGenerator but not