mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
PrintHelpers: Fix indentation
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user