Skip to content

Commit

Permalink
cmake: Use gtest alias target in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Jul 24, 2023
1 parent 0f640cf commit 15033fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdgpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_compile_options(teststdgpu PRIVATE ${STDGPU_DEVICE_FLAGS}

target_link_libraries(teststdgpu PRIVATE
stdgpu::stdgpu
gtest)
GTest::gtest)

set_target_properties(teststdgpu PROPERTIES CXX_CLANG_TIDY "${STDGPU_PROPERTY_CLANG_TIDY}")
set_target_properties(teststdgpu PROPERTIES CXX_CPPCHECK "${STDGPU_PROPERTY_CPPCHECK}")
Expand Down

0 comments on commit 15033fe

Please sign in to comment.