chili-epfl / attention-tracker

136 stars 97 forks source link

Tell CMake to compile position independent code #4

Closed davisking closed 8 years ago

davisking commented 8 years ago

It's not a bug in dlib that -fPIC isn't set. You just have to tell CMake that you want to compile your own project with position independent code :)

Nice project by the way :)

severin-lemaignan commented 8 years ago

Thanks for the clarification! Merged.