Commit 05ff8217 authored by Andrey Kamaev's avatar Andrey Kamaev

Removed debug print form cmake

parent 930b2995
......@@ -191,7 +191,6 @@ foreach(java_file ${documented_java_files})
LIST(APPEND additional_clean_files "${JAVA_OUTPUT_DIR}/${java_file_name}")
if(ANDROID)
get_filename_component(install_dir "${java_file_name}" PATH)
message("!!!${java_file_name}!!!!!src/org/opencv/${install_dir}!!!!!!!!!!!!")
install(FILES "${JAVA_OUTPUT_DIR}/${java_file_name}" DESTINATION src/org/opencv/${install_dir} COMPONENT main)
endif()
endforeach()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment