Skip to content

Commit

Permalink
CMakeLists.txt: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jddurand committed Jan 15, 2024
1 parent d4edaef commit f8f043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cmake_helpers_depend(genericStack
REQUIRED
CONFIG
)
list(APPEND marpaESLIF_find_dependencies "genericStack REQUIRED CONFIG")
list(APPEND marpaESLIF_depends PUBLIC genericStack::genericStack)
list(APPEND genericHash_find_dependencies "genericStack REQUIRED CONFIG")
list(APPEND genericHash_depends PUBLIC genericStack::genericStack)
#
# Dependencies: test dependency
#
Expand Down

0 comments on commit f8f043d

Please sign in to comment.