Skip to content

Commit

Permalink
Update Thrift static lib path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 9, 2024
1 parent 1c9dd88 commit 88601bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ macro(build_thrift)
list(APPEND THRIFT_CMAKE_ARGS "-DWITH_MT=OFF")
endif()
set(THRIFT_LIB
"${THRIFT_PREFIX}/bin/${CMAKE_IMPORT_LIBRARY_PREFIX}thrift${THRIFT_LIB_SUFFIX}${CMAKE_IMPORT_LIBRARY_SUFFIX}"
"${THRIFT_PREFIX}/lib/${CMAKE_IMPORT_LIBRARY_PREFIX}thrift${THRIFT_LIB_SUFFIX}${CMAKE_IMPORT_LIBRARY_SUFFIX}"
)
else()
set(THRIFT_LIB
Expand Down

0 comments on commit 88601bc

Please sign in to comment.