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

added backslash

This commit is contained in:
Greg Hale
2013-10-17 14:17:49 -04:00
parent 61ccd170bd
commit 0c4d484679
+1 -1
View File
@@ -59,7 +59,7 @@ set(OpenCV_LIB_COMPONENTS ${OpenCV_LIB_COMPONENTS_})
if(OpenCV_EXTRA_COMPONENTS)
foreach(extra_component ${OpenCV_EXTRA_COMPONENTS})
if(extra_component MATCHES "-[lL](.*)" OR extra_component MATCHES "/")
if(extra_component MATCHES "-[lL](.*)" OR extra_component MATCHES "[\\/]")
set(maybe_l_prefix "")
else()
set(maybe_l_prefix "-l")