Re: [cmake-developers] import another compiler to cmake

2016-12-21 Thread Ben Boeckel
On Wed, Dec 21, 2016 at 13:00:29 +0100, Payam Samimi wrote: > I'm working for a big company in Germany as software developer. They > develope their code and test modules in c++ and using CMake. Additionally > they use their own compiler which is company specific and they would like > import or

[cmake-developers] Unknown Imported & Global libraries

2016-12-21 Thread Florent Castelli
Hi, In my project, I have to deal with 3rd party libraries. Either the library is available on the system and then I will try to use that, or I will use sources bundled in my repository. This is in order to make Linux maintainers happy who want to have a system-wide shared library, but to also

[cmake-developers] import another compiler to cmake

2016-12-21 Thread Payam Samimi
Hi everybody, I'm working for a big company in Germany as software developer. They develope their code and test modules in c++ and using CMake. Additionally they use their own compiler which is company specific and they would like import or connect their own compiler to CMake, that Cmake can use