Skip to content

Commit

Permalink
Fix CMake build
Browse files Browse the repository at this point in the history
braxtons12 committed Jan 28, 2024
1 parent b3d095c commit 024d9e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@ if(HYPERION_USE_FETCH_CONTENT)
)
FetchContent_MakeAvailable(doctest)

FetchContent_Declare(hyperion_mpl
GIT_REPOSITORY "https://github.com/braxtons12/hyperion_mpl"
FetchContent_Declare(hyperion_platform
GIT_REPOSITORY "https://github.com/braxtons12/hyperion_platform"
GIT_TAG "origin/main"
)
FetchContent_MakeAvailable(hyperion_mpl)
FetchContent_MakeAvailable(hyperion_platform)
else()
find_package(doctest REQUIRED)
endif()

0 comments on commit 024d9e5

Please sign in to comment.