mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +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()
|
else()
|
||||||
message(FATAL_ERROR "Could not find or build dependency ${ARGV0}")
|
message(FATAL_ERROR "Could not find or build dependency ${ARGV0}")
|
||||||
endif()
|
endif()
|
||||||
|
message(STATUS " =============== End ${ARGV0} Configuration =============== ")
|
||||||
set_property(GLOBAL PROPERTY ${ARGV0}_FOUND TRUE)
|
set_property(GLOBAL PROPERTY ${ARGV0}_FOUND TRUE)
|
||||||
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Loading…
Reference in New Issue
Block a user