andreacasalino/GaussianProcesses

Cmake Error

smasky opened this issue · 1 comments

Hello!
When i compile GaussianProcesses as static library.
And then cmake samples, it can not work as following error:
image
But actually, i have linked all required libraries and hear files in CmakeLists.txt as:
image

I dont know what result in this.
Best regards!

That is to say, I dont use GaussianProcesses as extern static library? I am beginner in Cmake, sorry!