PrintHelpers: Fix indentation

This commit is contained in:
FeRD (Frank Dana)
2022-06-06 11:37:51 -04:00
parent 5fa70e1738
commit d87ed4d88f

View File

@@ -142,8 +142,8 @@ function(cmake_print_properties)
set(itemExists TRUE)
if(keyword STREQUAL "TARGET")
if(NOT TARGET ${item})
set(itemExists FALSE)
string(APPEND msg "\n No such TARGET \"${item}\" !\n\n")
set(itemExists FALSE)
string(APPEND msg "\n No such TARGET \"${item}\" !\n\n")
endif()
endif()