misc/lightgbm: fix build without libomp by disabling OpenMP there

2024Q2
Piotr Kubaj 2024-02-09 22:36:38 +01:00
parent f4164e0811
commit c1efc7b023
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ CMAKE_TESTING_TARGET=
CXXFLAGS+= -I${LOCALBASE}/include/eigen3
.if !exists(/usr/include/omp.h)
CMAKE_ARGS+= -DUSE_OPENMP:BOOL=OFF
.endif
post-test:
@${WRKSRC}/testlightgbm