There was an error while loading. Please reload this page.
1 parent 1a4bd26 commit 007f72cCopy full SHA for 007f72c
1 file changed
cmake/BuildWhispercpp.cmake
@@ -286,6 +286,9 @@ else()
286
287
message(STATUS "Whispercpp URL: ${WHISPER_CPP_URL}")
288
message(STATUS "Whispercpp source dir: ${whispercpp_fetch_SOURCE_DIR}")
289
+
290
+ set(WHISPER_SOURCE_DIR ${whispercpp_fetch_SOURCE_DIR})
291
+ set(WHISPER_LIB_DIR ${whispercpp_fetch_SOURCE_DIR})
292
else()
293
# Source build
294
if(${CMAKE_BUILD_TYPE} STREQUAL Release OR ${CMAKE_BUILD_TYPE} STREQUAL RelWithDebInfo)
0 commit comments