mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Removed debug print form cmake
This commit is contained in:
parent
930b2995eb
commit
05ff8217e0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user