Re: [CMake] ExternalProject_Add and inheritance

2015-12-15 Thread CHEVRIER, Marc
; Date: Friday 11 December 2015 at 10:05 To: SAP SAP mailto:marc.chevr...@sap.com>> Cc: "cmake@cmake.org<mailto:cmake@cmake.org>" mailto:cmake@cmake.org>> Subject: Re: [CMake] ExternalProject_Add and inheritance Hello Marc, thank you very much for your answer! I am not sur

Re: [CMake] ExternalProject_Add and inheritance

2015-12-11 Thread Cedric Doucet
ne because strings are defined in the "classical" way). Best, Cédric - Mail original - > De: "Marc CHEVRIER" > À: "Cedric Doucet" , cmake@cmake.org > Envoyé: Vendredi 11 Décembre 2015 08:44:38 > Objet: Re: [CMake] ExternalProject_Add and in

Re: [CMake] ExternalProject_Add and inheritance

2015-12-10 Thread CHEVRIER, Marc
10 December 2015 at 18:21 To: "cmake@cmake.org<mailto:cmake@cmake.org>" mailto:cmake@cmake.org>> Subject: [CMake] ExternalProject_Add and inheritance Hello, I use the ExternalProject_Add command to manage third-party libraries. In the same time, I need to overcome some co

[CMake] ExternalProject_Add and inheritance

2015-12-10 Thread Cedric Doucet
Hello, I use the ExternalProject_Add command to manage third-party libraries. In the same time, I need to overcome some compatibility problems between GCC 4 and GCC 5 (strings are not defined in the same way in the STL). The solution I use is the one given here: http://stackoverflow.com/ques