[Cmake-commits] CMake branch, master, updated. v3.5.0-rc3-157-gf37f422

2016-03-02 Thread Kitware Robot
_VERSION_MINOR 5) -set(CMake_VERSION_PATCH 20160302) +set(CMake_VERSION_PATCH 20160303) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[cmake-developers] [CMake 0016004]: CMAKE_CXX_STANDARD and CMAKE_CXX_EXTENSIONS not working for crosscompilers

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=16004 == Reported By:ajneu Assigned To:

[CMake] Visual Studio + Ninja?

2016-03-02 Thread Robert Dailey
Right now I am using a toolchain file to setup cmake to build my C++ code against Android NDK. I also have several custom targets for running 'ant' commands for the java portions. I can use the Ninja generator to generate the build scripts to make my builds work fine. However, I'd love to be able

[cmake-developers] [CMake 0016003]: "Visual Studio" generators produces wrong settings for .idl files (regression).

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16003 == Reported By:Dmitry Sokolov Assigned To:

Re: [CMake] best way of parsing test results from ctest + valgrind

2016-03-02 Thread Aaron Boxer
Thanks, Dave! Since this is an open source project, I just set up a CDash instance on my.cdash.org. Cheers, Aaron On Wed, Mar 2, 2016 at 5:19 AM, Dave Flogeras wrote: > On Tue, Mar 1, 2016 at 8:15 PM, Aaron Boxer wrote: > > Hello, > > I am just

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread Kevin Brightwell
Okay, I fixed the problem. The issue was exactly as David pointed out, Visual Studio's default git does not work. I moved my git installation's PATH entry to the beginning of the PATH variable and it now works! While I find it concerning VS2015's git doesn't work, I'm happy this works now.

[cmake-developers] [CMake 0016002]: CMake strips -fPIC from executable compilation which blocks the use of Qt5 and GCC5

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16002 == Reported By:Jordan Assigned To:

[cmake-developers] [CMake 0016001]: "cmake -E copy_directory" do not display error when directory to copy is not exists

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16001 == Reported By:Bartosz Assigned To:

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread Kevin Brightwell
If I had to guess, Visual Studio's. I don't know how to tell for sure. I have run the same build as an NMake build from cmd and it worked without fail. Thus my belief it's not using the system git. Kevin On Mar 2, 2016 7:30 AM, "David Cole" wrote: > Newer versions of Visual

Re: [CMake] Visual Studio and ExternalProject_Add

2016-03-02 Thread David Cole via CMake
Newer versions of Visual Studio install a git, too, for their source control integration features. Which git is CMake using, the one you've installed or the one Visual Studio installed? On Wed, Mar 2, 2016 at 12:45 AM, Kevin Brightwell wrote: > I've been having

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi Marc, the last suggestion did it! I ended up using ../bootstrap --prefix=$HOME/.local -- -DCMake_NO_C_STANDARD=1 -DCMake_NO_CXX_STANDARD=1 Cheers, Matt On Wed, Mar 2, 2016 at 10:19 AM, CHEVRIER, Marc wrote: > Not only: see >

Re: [CMake] best way of parsing test results from ctest + valgrind

2016-03-02 Thread Dave Flogeras
On Tue, Mar 1, 2016 at 8:15 PM, Aaron Boxer wrote: > Hello, > I am just getting started on using valgrind memory analysis for my tests. > When I run ctest with nightly memory check, I get an XML document, but it > is very hard to read the results. What is the best way of

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread CHEVRIER, Marc
Not only: see http://public.kitware.com/pipermail/cmake-developers/2015-September/026565.html for bootstrap. From: Matthew Gidden > Date: Wednesday 2 March 2016 at 10:17 To: Marc CHEVRIER

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi Marc, Thanks for the swift reply. To the best that I can tell, that thread is dealing with trying to build a project using cmake. I'm trying to build cmake (i.e., ./bootstrap && make && make install). To note, I get something like the following errors (which are available in the gist). ```

[cmake-developers] [CMake 0016000]: CPack/WIX: Extend CPACK_WIX_PROGRAM_MENU_FOLDER feature to support hierachical folders.

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16000 == Reported By:Marc Chevrier Assigned To:

[cmake-developers] [CMake 0015999]: CMake will crash if project command is used in the toolchain file

2016-03-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15999 == Reported By:Antonio Assigned To:

Re: [CMake] Build from Source on Solaris

2016-03-02 Thread CHEVRIER, Marc
Hi, Some help can be found in this thread: http://public.kitware.com/pipermail/cmake-developers/2015-September/026550.html Marc From: CMake > on behalf of Matthew Gidden > Date:

[CMake] Build from Source on Solaris

2016-03-02 Thread Matthew Gidden
Hi all, I just tried to install from source on Solars 10 (sparc), on which make failed. I have a gist here: https://gist.github.com/gidden/7b9dc2d793ef3411debf My system info is: ``` t501:gidden> uname -a SunOS t501 5.11 11.3 sun4v sparc sun4v ``` Any suggestions? I wasn't able to find sparc