mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
corrected library names
This commit is contained in:
+1
-3
@@ -109,9 +109,7 @@ if(WIN32)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_GENERATOR} MATCHES "Visual Studio*64")
|
||||
set(OPENCV_DLL_VERSION_SUFFIX "${OPENCV_DLL_VERSION_SUFFIX}_x64")
|
||||
else()
|
||||
set(OPENCV_DLL_VERSION_SUFFIX "${OPENCV_DLL_VERSION_SUFFIX}_x86")
|
||||
set(OPENCV_DLL_VERSION_SUFFIX "${OPENCV_DLL_VERSION_SUFFIX}_64")
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user