imperxflexsrc: fix FindImperx.cmake to find 32-bit lib
This commit is contained in:
parent
f0481289d8
commit
ab72024f24
@ -29,7 +29,7 @@ if (NOT IMPERX_FLEX_DIR)
|
|||||||
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||||
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/x64")
|
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/x64")
|
||||||
else ()
|
else ()
|
||||||
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/win3264")
|
set(_LIB_PATH "${IMPERX_FLEX_DIR}/SDK/lib/win32")
|
||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user