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:
parent
0f028db856
commit
b10a59661e
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user