[Ollama] fix ollama recompute

This commit is contained in:
yichuan520030910320
2025-08-12 00:24:20 -07:00
parent e8fca2c84a
commit b2390ccc14
2 changed files with 137 additions and 139 deletions

View File

@@ -13,7 +13,7 @@ if(APPLE)
else()
message(FATAL_ERROR "Could not find libomp installation. Please install with: brew install libomp")
endif()
set(OpenMP_C_FLAGS "-Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include")
set(OpenMP_CXX_FLAGS "-Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include")
set(OpenMP_C_LIB_NAMES "omp")