mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-10 10:10:28 +03:00
Fix the following build failure without BUILD_COMPLEX raised since bump to version 3.10.1 in commitb3e96b1fb0andbd1fba15d0: CMake Error at LAPACKE/CMakeLists.txt:38 (message): LAPACKE_BUILD_COMPLEX requires BUILD_COMPLEX to be ON CMake Error at LAPACKE/CMakeLists.txt:38 (message): LAPACKE_BUILD_COMPLEX16 requires BUILD_COMPLEX16 to be ON Fixes: - http://autobuild.buildroot.org/results/418d15f734c87a70edf0d670c0548d550e6e70ba Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>