Re: [CMake] Troubles with include_directories

2019-03-08 Thread workbe...@gmx.at
I mean belov, all files bellow BS_IEventConsumer.hpp (beginning with BS_Application) are in the intern folder in the same path as the other files above BS_Application. best regards! On 09.03.19 08:38, workbe...@gmx.at wrote: Hi everyone, i've a project setup that looks like this: abc.h d

[CMake] Troubles with include_directories

2019-03-08 Thread workbe...@gmx.at
Hi everyone, i've a project setup that looks like this: abc.h def.h and all my other .cpp and .h files are in the folder intern. Now my CMakeLists.txt looks like this: cmake_minimum_required(VERSION 3.7) project(BS_Application) set(SRC     BS_AppTypes.hpp     BS_IEvent.hpp     BS_ISystem.h

[CMake] [ANNOUNCE] CMake 3.14.0-rc4 is ready for testing

2019-03-08 Thread Robert Maynard via CMake
I am proud to announce the fourth CMake 3.14 release candidate. https://cmake.org/download/ The first two 3.14.0 release candidates included the FindOcatave module. This has been removed in rc3, and rc4 pending further development. Documentation is available at: https://cmake.org/cmake/help/v

Re: [CMake] How to run the install step of an ExternalProject when installing the whole project?

2019-03-08 Thread Patrick Boettcher
On Fri, 8 Mar 2019 15:45:50 +0100 Patrick Boettcher wrote: > Hi list, > > I have several externalprojects in my build. Some of them have a quite > complete install-step which I would like to have running when the > parent-build is installed (and not during the compile build of the > parent). >

[CMake] How to run the install step of an ExternalProject when installing the whole project?

2019-03-08 Thread Patrick Boettcher
Hi list, I have several externalprojects in my build. Some of them have a quite complete install-step which I would like to have running when the parent-build is installed (and not during the compile build of the parent). How can I achieve that? (It is related to the usage of the DESTDIR-variabl