Skip to content

Commit

Permalink
[GTEST]Fix miopen_gtest missing from package (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlipn authored Oct 25, 2024
1 parent e12f01d commit 15bb826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ else()
install(TARGETS miopen_gtest
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT client)
COMPONENT clients)
endif()
endif()

Expand Down

0 comments on commit 15bb826

Please sign in to comment.