[CMake] How to depend on external cmake projects?

2015-08-16 Thread Robert Dailey
There are certain repositories on Github I'd like to pull in as a dependency. These repositories already use CMake to build their source code. Based on personal experience and reading material online, there are a couple of different options: 1. Pull down the repository as a submodule to my own

[cmake-developers] [CMake 0015699]: Link project to custom libc version installed in /opt without bothering system

2015-08-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15699 == Reported By:pavel.odintsov Assigned To:

[CMake] target_include_directories SYSTEM adds -isystem to Clang, but not GCC

2015-08-16 Thread digitalriptide
Dear CMake Community, When I add SYSTEM to target_include_directories, for example using target_include_directories( my_target SYSTEM PUBLIC ${MY_LIBRARIES} ) in Clang, CMake prepends -isystem to the relavent -I/my/library/path type flags. With GCC, however, I see no -isystem added. For

[Cmake-commits] CMake branch, master, updated. v3.3.0-844-g0f27bcc

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

[cmake-developers] Clarification requested on #10126 (CMake creates files with wrong permissions)

2015-08-16 Thread James Johnston
Hi, I figured I'd take a look at resolving #10126: http://www.cmake.org/Bug/view.php?id=10126 The fix proposed by Brad King at this ticket involves two parts. I'd like to seek clarification on this ticket. 1. It is proposed to add new file permissions to INSTALL and FILE commands called

[CMake] How to depend on external cmake projects?

2015-08-16 Thread Craig Scott
-- Forwarded message -- From: Robert Dailey rcdailey.li...@gmail.com To: CMake cmake@cmake.org Cc: Date: Sun, 16 Aug 2015 08:32:08 -0500 Subject: [CMake] How to depend on external cmake projects? There are certain repositories on Github I'd like to pull in as a