mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove debug message
This commit is contained in:
parent
ece880184b
commit
365a6b469e
2
contrib/CMakeLists.txt
vendored
2
contrib/CMakeLists.txt
vendored
@ -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 ()
|
||||||
|
Loading…
Reference in New Issue
Block a user