Skip to content

Commit

Permalink
build: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Aug 26, 2023
1 parent 396b99e commit 3d944ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ set(MINIMP3_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include/minimp3)
FetchContent_Declare(
allegro5
GIT_REPOSITORY https://github.com/connorjclark/allegro5.git
GIT_TAG 83b48d9c6c34d8e9e0997689a8230c3a1180978a
GIT_TAG e766ef8b054bd3c6200622f2576a68668b70dc8e
)
FetchContent_GetProperties(allegro5)
if(NOT allegro5_POPULATED)
Expand Down

0 comments on commit 3d944ba

Please sign in to comment.