Skip to content

Commit

Permalink
Remove gotcha from install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Feb 4, 2022
1 parent fdab0b5 commit ee2806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ add_custom_target(ares
if(HERMES_INSTALL_TESTS)
set(TEST_EXECS dpe_optimization_test dpe_random_test
dpe_roundrobin_test end_to_end_test
bucket_test stdio_test bp bp_test config_parser_test stb_map mdm trait)
bucket_test bp bp_test config_parser_test stb_map mdm trait)
foreach(program ${TEST_EXECS})
install(
TARGETS
Expand Down

0 comments on commit ee2806d

Please sign in to comment.