Skip to content

Commit

Permalink
Simplify the warning message for missing Vc
Browse files Browse the repository at this point in the history
  • Loading branch information
dberzano committed Dec 8, 2016
1 parent 2a1d626 commit e21d67e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,7 @@ else()
endmacro()
else()
# finally we fallback to the deprecated internal Vc
message(WARNING "**********************************************************")
message(WARNING "You are using the internal Vc installation;")
message(WARNING "SUPPORT FOR THIS IS DEPRECATED AND IT WILL BE REMOVED SOON")
message(WARNING "**********************************************************")
message(WARNING "You are using the internal Vc installation: support for this is deprecated and it will be removed soon")
# Include Vc own cmake
include(Vc/Vc.cmake)
if(NOT ROOT_HASVC)
Expand Down

0 comments on commit e21d67e

Please sign in to comment.