1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Deleted all trailing whitespace.

This commit is contained in:
Roman Donchenko
2013-08-21 16:44:09 +04:00
parent 0d8cb2e319
commit f55740da70
193 changed files with 1685 additions and 1685 deletions
+4 -4
View File
@@ -95,19 +95,19 @@ macro(ios_include_3party_libs)
get_filename_component(srcname_we ${srcname} NAME_WE)
string(REGEX REPLACE <SRC_NAME_WE> "${srcname_we}" objpath2 "${objpath1}")
string(REGEX REPLACE <RELATIVE_SRC_NAME> "${srcname}" objpath3 "${objpath2}")
list(APPEND objlist "\"${objpath3}\"")
endforeach() # (srcname ${sources})
endforeach()
endforeach()
endmacro()
if(IOS AND WITH_PNG)
ios_include_3party_libs(zlib libpng)
endif()
endif()
if(IOS AND WITH_JPEG)
ios_include_3party_libs(libjpeg)
endif()
endif()
string(REPLACE ";" " " objlist "${objlist}")