giaf / blasfeo

Basic linear algebra subroutines for embedded optimization
Other
308 stars 84 forks source link

CMake: header installation directory #123

Open nielsvd opened 4 years ago

nielsvd commented 4 years ago

Hi Gianluca,

I believe this line should be:

$<INSTALL_INTERFACE:${BLASFEO_HEADERS_INSTALLATION_DIRECTORY}>)

instead of:

$<INSTALL_INTERFACE:include/blasfeo/include>)

Best, Niels

giaf commented 4 years ago

Thanks Niels!

The cmake build system has been edited by tons of people, this piece of code looks like the hard-coded location of headers in acados. I'll fix it, thanks for spotting!