[CMake] CMake on OpenVMS

2015-09-04 Thread Custin, Jay (CSC Sw Middleware)
Has ANYONE actually gotten CMake working on OpenVMS? I see numerous traces of OpenVMS riddled throughout the configuration/bootstrap code, but after spending almost two solid days trying to get past the "Configure" phase I have decided I needed to formally inquire. SenseiC -- Powered by

[CMake] CMake [nmake target] is adding backslash at end of cd command

2015-09-04 Thread André Netzeband
Hi I have a very strange issue with generated nmake makefiles from cmake 3.3.1 In a very complex project with many sub-cmake files (Ogre3D) the generated nmake makefiles (build.make) contain backslashes at the end of some cd commands. Like this: lib\OgreSamplesCommon_d.lib:

[CMake] CMake on OpenVMS (some clarification)

2015-09-04 Thread Custin, Jay (CSC Sw Middleware)
While I specifically want this on OpenVMS/Integrity (V8.3 or higher), I have not tried this on an Alpha yet (vast majority of the coding/builds I do involve the Integrity platform). It took some manual editing of files, etc. to get this far: <> CXX has ios::binary openmode

Re: [CMake] Protobuf Libraries not found on OS X

2015-09-04 Thread Daniel Schepler
Doesn't CMAKE_PREFIX_PATH work for you? -- Daniel Schepler From: CMake [cmake-boun...@cmake.org] on behalf of Michael Jackson [mike.jack...@bluequartz.net] Sent: Friday, September 04, 2015 10:33 AM To: CMake list Subject: Re: [CMake] Protobuf Libraries not found

Re: [CMake] CMake on OpenVMS (some clarification)

2015-09-04 Thread Bill Hoffman
On 9/4/2015 9:42 AM, Custin, Jay (CSC Sw Middleware) wrote: While I specifically want this on OpenVMS/Integrity (V8.3 or higher), I have not tried this on an Alpha yet (vast majority of the coding/builds I do involve the Integrity platform). It took some manual editing of files, etc. to get

[CMake] New to cmake and I have a problem.

2015-09-04 Thread Jay Cotton
Hi: I need to add an 'S' to the ar flags. Now, I have found that I can edit the link.txt file but, this is not a real solution. I am certain there is a way to do this with the CMakeCache.txt file. I just don't see how. Any help would be appreciated. tnx JC -- Powered by www.kitware.com

Re: [CMake] Protobuf Libraries not found on OS X

2015-09-04 Thread Michael Jackson
It _should_. I think this was a case of "operator" error. Not sure I defined CMAKE_PREFIX_PATH properly with the path to the protobuf libraries. I'll give that a try and I am sure that it will work properly. Thanks for the sanity check Mike J. On Sep 4, 2015, at 2:59 PM, Daniel Schepler

Re: [CMake] Protobuf Libraries not found on OS X

2015-09-04 Thread Michael Jackson
Odd, I built from source and there does not seem to be any way to add a custom search path (akin to QtDir or something like that) for the searching. I added a few lines to the FindProtobuf.cmake file to make it look for "Protobuf_DIR" as an environment variable. If I installed it into

[Cmake-commits] CMake branch, next, updated. v3.3.1-2768-gbb946e5

2015-09-04 Thread Rolf Eike Beer
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 bb946e544e4895670f946c252234c101c37443d0 (commit) via

[CMake] cmake uses -I instead -isystem when linking private against a library

2015-09-04 Thread Christian Ehrlicher
Hi, It looks like '-isystem' is replaced by '-i' from the compile line as soon as the library which defined the path as system include path is linked as 'PRIVATE'. See this testcase: project(isystem) cmake_minimum_required(VERSION 3.0) add_library(lib1 SHARED foo.cpp) set_property(TARGET

[cmake-developers] [PATCH] Don't generate erroneous outputs with -noproxy.

2015-09-04 Thread Ben Webb
Generally for a module foo, SWIG generates (in Python mode) an extension module _foo.so and a proxy Python module foo.py. However, if -noproxy is specified, instead it builds only foo.so (without the leading underscore). The custom command generated by CMake correctly handles the removal of this

[CMake] Idea: CMake IRC Bot

2015-09-04 Thread Gerhard Gappmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi CMake Devs, maybe this idea is not new or you even have something like that, so please let me know. Wouldn't it be cool to have an IRC bot for cmake which we could use to control builds and get build notifications? What I'm thinking of is this: