Skip to content

Commit

Permalink
Update cpp/cmake/thirdparty/get_gtest.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
robertmaynard and bdice authored Aug 13, 2024
1 parent c688e5d commit 77c670f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function(find_and_configure_gtest)
# Find or install GoogleTest
rapids_cpm_gtest(BUILD_STATIC)

# Mark all the explicit googletest symbols as hidden This ensures that libcudftestutil can be used
# by consumers with a different shared gtest
# Mark all the explicit googletest symbols as hidden. This ensures that libcudftestutil can be used
# by consumers with a different shared gtest.
if(TARGET gtest)
target_compile_definitions(gtest PUBLIC "$<BUILD_LOCAL_INTERFACE:GTEST_API_=>")
endif()
Expand Down

0 comments on commit 77c670f

Please sign in to comment.