Skip to content

Commit

Permalink
add install DESTINATION
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Feb 4, 2022
1 parent 2404240 commit a54a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function(ConfigureBench BENCH_NAME)
install(
TARGETS ${BENCH_NAME}
COMPONENT testing
DESTINATION bin/benchmarks/librmm
EXCLUDE_FROM_ALL)
endfunction(ConfigureBench)

Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function(ConfigureTestInternal TEST_NAME)
install(
TARGETS ${TEST_NAME}
COMPONENT testing
DESTINATION bin/gtests/librmm
EXCLUDE_FROM_ALL)
endfunction()

Expand Down

0 comments on commit a54a664

Please sign in to comment.