mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fixed bug with building on VS2010
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ if(WIN32)
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio 9 2008*")
|
||||
set(OPENCV_DLL_VERSION_SUFFIX "${OPENCV_DLL_VERSION_SUFFIX}2008")
|
||||
endif()
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio 10 2010*")
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio 10.0*")
|
||||
set(OPENCV_DLL_VERSION_SUFFIX "${OPENCV_DLL_VERSION_SUFFIX}2010")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user