Fix comment in the cmake file from SSDK to SDK
authorVladimir Bystricky <vladimir.bystritsky@itseez.com>
Thu, 19 Dec 2013 06:29:19 +0000 (10:29 +0400)
committerVladimir Bystricky <vladimir.bystritsky@itseez.com>
Thu, 19 Dec 2013 06:29:19 +0000 (10:29 +0400)
cmake/OpenCVFindLibsVideo.cmake

index a5075b5..a797f04 100644 (file)
@@ -251,7 +251,7 @@ if (NOT IOS)
   endif()
 endif()
 
-# --- Intel Perceptual Computing SSDK ---
+# --- Intel Perceptual Computing SDK ---
 if(WITH_INTELPERC)
   include("${OpenCV_SOURCE_DIR}/cmake/OpenCVFindIntelPerCSDK.cmake")
 endif(WITH_INTELPERC)