phoenixsrc: fix FindPhoenix.cmake to find 32-bit lib

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

View File

@ -22,7 +22,7 @@ if (CMAKE_SIZEOF_VOID_P MATCHES "8")
PATHS
"${PHOENIX_DIR}/Lib/win64"
DOC "PHOENIX library to link with")
elseif ()
else ()
find_library(PHOENIX_LIBRARIES NAMES phxlw32
PATHS
"${PHOENIX_DIR}/Lib/win32"