Skip to content

Commit

Permalink
Fix FetchContent calls to ensure correct population of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 1, 2024
1 parent ff2504c commit 5e3805d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ FetchContent_Declare(
GIT_TAG master
)

FetchContent_MakeAvailable(eminem)

FetchContent_Declare(
tatami
GIT_REPOSITORY https://github.com/tatami-inc/tatami
GIT_TAG master
)

FetchContent_MakeAvailable(tatami)
FetchContent_MakeAvailable(eminem)

0 comments on commit 5e3805d

Please sign in to comment.