Hi,
in my project I have `add_executable()`. after that, in a current binary
dir I need to render a `*.cmake` script (via `configure_file()`) to be
running from `add_test()` (as `cmake -P`) which should start just the
compiled executable via `execute_process()` and capture its output (to be
proces
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 lib
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 this
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
wrote
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 on
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
Ple
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 /usr/local
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:
Samples\2.0\Commo
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
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 www.
-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:
11 matches
Mail list logo