Remove debug message

This commit is contained in:
Denis Glazachev 2021-10-03 20:30:20 +04:00 committed by GitHub
parent ece880184b
commit 365a6b469e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,8 +381,6 @@ function (ensure_target_rooted_in _target _folder)
set (_folder_prop "${CMAKE_FOLDER}/${_folder_prop}") set (_folder_prop "${CMAKE_FOLDER}/${_folder_prop}")
endif () endif ()
message (STATUS "${_target} goes under ${_folder_prop}")
# Set the updated FOLDER property value back. # Set the updated FOLDER property value back.
set_target_properties ("${_target}" PROPERTIES FOLDER "${_folder_prop}") set_target_properties ("${_target}" PROPERTIES FOLDER "${_folder_prop}")
endfunction () endfunction ()