Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-22 Thread Nils Rathmann
of these virtual directories? Thank you, Nils Am 20.04.2016 um 22:14 schrieb Alexander Neundorf: On Monday, April 18, 2016 16:57:52 Nils Rathmann wrote: Hi, when I setup with the Eclipse CDT4 generator, as described here: https://cmake.org/Wiki/Eclipse_CDT4_Generator4 my [Targets] f

Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-26 Thread Nils Rathmann
m> To:cmake@cmake.org Subject: Re: [CMake] How to check if Eclipse CDT4 generated project is set up correctly? Message-ID: <3667406.FPWffH5mkm@linux> Content-Type: text/plain; charset="us-ascii" Am Freitag, 22. April 2016, 13:28:33 schrieb Nils Rathmann: Hi Alex, thank

[CMake] How to check if Eclipse CDT4 generated project is set up correctly?

2016-04-18 Thread Nils Rathmann
Hi, when I setup with the Eclipse CDT4 generator, as described here: https://cmake.org/Wiki/Eclipse_CDT4_Generator4 my [Targets] folder contains virtual folders for CMakeRules, Header Files, Object Files, Resources and Source Files, but only the source files folder is filled. The other

[CMake] rebuild_cache does not fully rebuild the cache information

2018-05-09 Thread Nils Rathmann
Hi, when I change the installation of external dependencies, which are located by find_packages, it seems, that it is not enough to run rebuild_cache. The information about external software is not thrown away and rebuild. I have to delete the CMakeCache.txt and rebuild again. It this