Skip to content

Commit

Permalink
Don't export test executable CMake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Feb 4, 2022
1 parent 2c54867 commit b32e056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ if(HERMES_INSTALL_TESTS)
install(
TARGETS
${program}
EXPORT
${HERMES_EXPORTED_TARGETS}
LIBRARY DESTINATION ${HERMES_INSTALL_LIB_DIR}
ARCHIVE DESTINATION ${HERMES_INSTALL_LIB_DIR}
RUNTIME DESTINATION ${HERMES_INSTALL_BIN_DIR}
Expand Down

0 comments on commit b32e056

Please sign in to comment.