Thanks Micha,
The head developer managed to get it to compile under clion on the
weekend, I suspect he may have cleaned up his source code a little
bit. I also suspect listing the source code and targeted libraries in
the correct order may have helped. Thanks for all your help!
Best Sean
On Mon, J
On 07-07-17 05:14, Sean Wayland wrote:
> Hi Micha,
> Thanks very much for the email. That seemed to make a small
> difference! With both those lines commented out these errors are
> generated ( below my email ) .
> I still have included
> project(CATSMAT)
> at the top line of the cmake file in the
Hi Micha,
Thanks very much for the email. That seemed to make a small
difference! With both those lines commented out these errors are
generated ( below my email ) .
I still have included
project(CATSMAT)
at the top line of the cmake file in the catsmat directory
I tried commenting out each of tho
On 06-07-17 15:59, Sean Wayland wrote:
> Hi Micha,
> Thanks very much I tried that .. I added it to the application
> directory cmakelists.txt file . Same issue .. It's already in the top
> level cmake file which looks like this ..
>
> project(CATSMAT)
> cmake_minimum_required(VERSION 3.6.3)
>
>
>
Hi Micha,
Thanks very much I tried that .. I added it to the application
directory cmakelists.txt file . Same issue .. It's already in the top
level cmake file which looks like this ..
project(CATSMAT)
cmake_minimum_required(VERSION 3.6.3)
if (APPLE)
set(CMAKE_C++_FLAGS -mmacosx-version-min
On 05-07-17 22:50, Sean Wayland wrote:
> I am attempting to write a cmakelists.txt file for an application.
> The application has a couple of dependencies.
> I have been able to build targets for the dependencies but when I try
> and add an executable for the main application I encounter this error
I am attempting to write a cmakelists.txt file for an application.
The application has a couple of dependencies.
I have been able to build targets for the dependencies but when I try
and add an executable for the main application I encounter this error.
Undefined symbols for architecture x86_64: