1
0
mirror of synced 2025-01-18 09:04:52 +01:00

build: Tell users patterns are being downloaded (#820)

* Tell users patterns are being downloaded

* Improved log message

Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
iTrooz_ 2022-11-25 10:37:31 +01:00 committed by GitHub
parent 0f028db856
commit b10a59661e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,7 +390,9 @@ function(downloadImHexPatternsFiles dest)
GIT_TAG master
)
message(STATUS "Downloading ImHex-Patterns repo branch ${PATTERNS_BRANCH}...")
FetchContent_Populate(imhex_patterns)
message(STATUS "Finished downloading ImHex-Patterns")
else ()
# Maybe patterns are cloned to a subdirectory
@ -426,4 +428,4 @@ macro(setUninstallTarget)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()
endmacro()
endmacro()