mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 03:50:43 -05: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