Skip to content

Commit

Permalink
Add omc-diff to the omc install component. (#11308)
Browse files Browse the repository at this point in the history
  - This seems to be the reasonable place for it. It will be installed
    when omc is installed. Maybe it is not needed to be installed at all.
    In that case we can remove it completely. If it is installed though
    it needs to be part of some component.
  • Loading branch information
mahge committed Oct 4, 2023
1 parent 343999b commit f373108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/difftool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ else()
FLEX_TARGET(omc_diff_lexer omc-diff.l ${CMAKE_CURRENT_BINARY_DIR}/lex.yy.c)
add_executable(omc-diff ${FLEX_omc_diff_lexer_OUTPUTS})

install(TARGETS omc-diff)
install(TARGETS omc-diff
COMPONENT omc)
endif()

0 comments on commit f373108

Please sign in to comment.