On 2015-05-20 14:12-0400 Tom Kacvinsky wrote:
> I figured it out. One need only set CMAKE_Ada_COMPILER_INIT to a list of
> fully qualified paths to the gcc/gnatgcc one wants.
Hi Tom:
I am glad you figured it out because I could not do that myself.
And thanks for sharing the solution which shou
I figured it out. One need only set CMAKE_Ada_COMPILER_INIT to a list of
fully qualified paths to the gcc/gnatgcc one wants.
On Wed, May 20, 2015 at 1:17 PM, Tom Kacvinsky wrote:
>
>
> On Tue, May 19, 2015 at 7:22 PM, Alan W. Irwin
> wrote:
>
>> On 2015-05-19 13:20-0400 Tom Kacvinsky wrote:
>>
On Tue, May 19, 2015 at 7:22 PM, Alan W. Irwin
wrote:
> On 2015-05-19 13:20-0400 Tom Kacvinsky wrote:
>
> Alan,
>>
>> This is not in regards to plplot proper, but rather the cmake Ada support
>> bundled with plplot.
>>
>> How is add_executable supposed to work? Does it invoke gcc for each
>> ad
On 2015-05-19 13:20-0400 Tom Kacvinsky wrote:
> Alan,
>
> This is not in regards to plplot proper, but rather the cmake Ada support
> bundled with plplot.
>
> How is add_executable supposed to work? Does it invoke gcc for each
> adb/ads file, then call the rest of the GNAT tool chain utilities to
Alan,
This is not in regards to plplot proper, but rather the cmake Ada support
bundled with plplot.
How is add_executable supposed to work? Does it invoke gcc for each
adb/ads file, then call the rest of the GNAT tool chain utilities to
generate an executable, or does it just invoke gnatmake?