> On 4 Sep 2017, at 18:37, Robert Maynard wrote:
>
> Yes you are correct the issue is related to rpath. When CMake constructs the
> rpath for the library linking it will have two paths (
> /home/jenkins/workspace/FlightGear/dist/lib64,
> /home/jenkins/workspace/SimGear/dist/lib64) each that c
Hello,
I am trying to generate a VS 2015 project for a WEC 2015 (CMakeLists.txt
works fine for generation of the projects for "regular" VC 2015 platform
target). I have the WEC, Platform builder etc installed, my SDK (SDK1)
built and installed; I can create and build a "hello world" console app fo
Hi,
Yes you are correct the issue is related to rpath. When CMake constructs
the rpath for the library linking it will have two paths (
/home/jenkins/workspace/FlightGear/dist/lib64,
/home/jenkins/workspace/SimGear/dist/lib64)
each that contain a copy of libosgText.so.130. CMake is warning that wh
2017-09-04 15:38 GMT+02:00 :
> Hello,
>
> I would like to launch tests with 2 specific labels: LEVEL1 and NEW
> To launch tests with several labels and the OR logical operator, you can
> do that:
> cmake -L "(LEVEL1|NEW)"
>
> But how can you perform the AND operator ?
>
You can't.
See
https://cm
On 04/09/17 14:40, Edward Diener wrote:
Boost Build has tests for running an application successfully or not,
for compiling one or more source files successfully or not, and for
building one or more source files into an exe or not. These tests in
Boost Build are the run/run-fail, compile/compil
Boost Build has tests for running an application successfully or not,
for compiling one or more source files successfully or not, and for
building one or more source files into an exe or not. These tests in
Boost Build are the run/run-fail, compile/compile-fail, and
link/link-fail rules.
CMak
Hello,
I would like to launch tests with 2 specific labels: LEVEL1 and NEW
To launch tests with several labels and the OR logical operator, you can do
that:
cmake -L "(LEVEL1|NEW)"
But how can you perform the AND operator ?
Best regards,
YC
--
Powered by www.kitware.com
Please keep messages
You can use the InstallRequiredSystemLibraries to do this. Since it sounds
like you don't want all the libraries installed, use
CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and than deduce the path of
vc_redist.exe from the value(s) in CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS.
On Mon, Sep 4, 2017 at 3:01 AM, R
Hello,
The cmake’s automoc functionality has stopped working in my codebase since
version 3.8.2 and 3.9.1.
My code base was compiling/building fine until I updated CMake. If I downgrade
it to 3.7.9 or lower then it compiles fine again.
The error code that I get is the following:
Scanning d
I'm having two issues with debug symbols for CUDA libraries on a project:
1. The PDBs are not placed where the linker later expects to find them
(haven't been able to replicate this in a minimal project yet)
2. Trying to circumnavigate this issue by using "/Z7" instead of "/Zi"
doe
Hello,
is there already an existing function to get the vc_redist.exe for the current
generator?
Regards
Roman
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake com
11 matches
Mail list logo