Skip to content

Commit

Permalink
Update cmake config.in
Browse files Browse the repository at this point in the history
  • Loading branch information
thebashpotato committed Jun 6, 2023
1 parent 8955730 commit 39bdf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etl/EtlConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(ETL_VERSION @PROJECT_VERSION@)
include(FindPackageHandleStandardArgs)

set_and_check(ETL_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set(RDMPP_WRAPPER_LIBRARY rdmppwrapper)
set(RDMPP_WRAPPER_FOUND yes)
set(ETL_LIBRARY rdmppwrapper)
set(ETL_FOUND yes)

check_required_components(Etl)

0 comments on commit 39bdf11

Please sign in to comment.