mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[cmake] Improve external_dependency command line output with end config notification
This commit is contained in:
parent
0ebc5a3f73
commit
d2114bd227
2
deps/external_dependency.cmake
vendored
2
deps/external_dependency.cmake
vendored
@ -63,7 +63,7 @@ function(external_dependency)
|
||||
else()
|
||||
message(FATAL_ERROR "Could not find or build dependency ${ARGV0}")
|
||||
endif()
|
||||
|
||||
message(STATUS " =============== End ${ARGV0} Configuration =============== ")
|
||||
set_property(GLOBAL PROPERTY ${ARGV0}_FOUND TRUE)
|
||||
|
||||
endfunction()
|
||||
|
Loading…
Reference in New Issue
Block a user