Skip to content

Commit

Permalink
Workaround to fix Linker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendra-desai-ni committed Sep 2, 2024
1 parent c9e828a commit 51582ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ if(USE_SUBMODULE_LIBS)
set(protobuf_INSTALL OFF)

add_subdirectory(third_party/grpc ${CMAKE_CURRENT_BINARY_DIR}/grpc)
add_subdirectory(third_party/gtest ${CMAKE_CURRENT_BINARY_DIR}/gtest)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
add_subdirectory(third_party/gtest ${CMAKE_CURRENT_BINARY_DIR}/gtest EXCLUDE_FROM_ALL)
add_subdirectory(third_party/json ${CMAKE_CURRENT_BINARY_DIR}/json)
add_subdirectory(third_party/utfcpp ${CMAKE_CURRENT_BINARY_DIR}/utfcpp)

Expand Down

0 comments on commit 51582ac

Please sign in to comment.