Here is a tiny change to the HPIPM build configuration. The default behavior is untouched. If a use wishes, it is now possible to let CMake find the BLASFEO installation details.
The newly introduced option is:
HPIPM_FIND_BLASFEO (default=OFF)
Note
If HPIPM_FIND_BLASFEO==ON and blasfeo is subsequently not found, then CMake will fail. If one would change the default value for HPIPM_FIND_BLASFEO to ON, then I recommend to relax this condition.
Here is a tiny change to the HPIPM build configuration. The default behavior is untouched. If a use wishes, it is now possible to let CMake find the BLASFEO installation details.
The newly introduced option is:
HPIPM_FIND_BLASFEO
(default=OFF
)Note If
HPIPM_FIND_BLASFEO==ON
andblasfeo
is subsequently not found, then CMake will fail. If one would change the default value forHPIPM_FIND_BLASFEO
toON
, then I recommend to relax this condition.