Merge pull request #1776 from philippefoubert:merge_upstream_2.4_ximea

This commit is contained in:
Roman Donchenko
2013-11-21 12:03:01 +04:00
committed by OpenCV Buildbot
3 changed files with 11 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ if(WIN32)
if(EXISTS ${XIMEA_PATH})
set(XIMEA_FOUND 1)
# set LIB folders
if(CMAKE_CL_64)
if(X86_64)
set(XIMEA_LIBRARY_DIR "${XIMEA_PATH}/x64")
else()
set(XIMEA_LIBRARY_DIR "${XIMEA_PATH}/x86")