imperxflexsrc: fix FindImperx.cmake to find 32-bit lib

This commit is contained in:
Joshua M. Doe 2017-09-26 13:22:11 -04:00
parent f0481289d8
commit ab72024f24

View File

@ -29,7 +29,7 @@ if (NOT IMPERX_FLEX_DIR)
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/x64")
else ()
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/win3264")
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/win32")
endif ()
endif ()