Skip to content

Commit

Permalink
Fix style issues found CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 10, 2023
1 parent 43845a5 commit 8bd30c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/cmake/thirdparty/get_gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ function(find_and_configure_gtest)

include("${rapids-cmake-dir}/export/find_package_root.cmake")
rapids_export_find_package_root(
BUILD GTest [=[${CMAKE_CURRENT_LIST_DIR}]=]
EXPORT_SET kvikio-testing-exports
BUILD GTest [=[${CMAKE_CURRENT_LIST_DIR}]=] EXPORT_SET kvikio-testing-exports
)
endif()

Expand Down

0 comments on commit 8bd30c1

Please sign in to comment.