Removed debug print form cmake

This commit is contained in:
Andrey Kamaev 2011-07-19 17:09:44 +00:00
parent 930b2995eb
commit 05ff8217e0

View File

@ -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()