3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 16:34:53 +02:00

[cmake] Improve external_dependency command line output with end config notification

This commit is contained in:
Nils Wentzell 2020-05-01 14:33:42 -04:00
parent 0ebc5a3f73
commit d2114bd227

View File

@ -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()