Skip to content

Commit 007f72c

Browse files
committed
Add missing Linux CI definitions
1 parent 1a4bd26 commit 007f72c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmake/BuildWhispercpp.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ else()
286286

287287
message(STATUS "Whispercpp URL: ${WHISPER_CPP_URL}")
288288
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})
289292
else()
290293
# Source build
291294
if(${CMAKE_BUILD_TYPE} STREQUAL Release OR ${CMAKE_BUILD_TYPE} STREQUAL RelWithDebInfo)

0 commit comments

Comments
 (0)