Skip to content

Commit

Permalink
Correct style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 19, 2023
1 parent 113a37d commit 7727883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/gtest.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2021, NVIDIA CORPORATION.
# Copyright (c) 2021-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion testing/cpm/cpm_gtest-static.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ class FooTest : public testing::Test {
};
]=])
add_library(uses_gtest SHARED ${CMAKE_CURRENT_BINARY_DIR}/use_gtest.cpp)
target_link_libraries(uses_gtest PRIVATE GTest::gtest)
target_link_libraries(uses_gtest PRIVATE GTest::gtest)

0 comments on commit 7727883

Please sign in to comment.