phoenixsrc: fix FindPhoenix.cmake to find 32-bit lib
This commit is contained in:
parent
ab72024f24
commit
bf767a74a9
@ -22,7 +22,7 @@ if (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
|||||||
PATHS
|
PATHS
|
||||||
"${PHOENIX_DIR}/Lib/win64"
|
"${PHOENIX_DIR}/Lib/win64"
|
||||||
DOC "PHOENIX library to link with")
|
DOC "PHOENIX library to link with")
|
||||||
elseif ()
|
else ()
|
||||||
find_library(PHOENIX_LIBRARIES NAMES phxlw32
|
find_library(PHOENIX_LIBRARIES NAMES phxlw32
|
||||||
PATHS
|
PATHS
|
||||||
"${PHOENIX_DIR}/Lib/win32"
|
"${PHOENIX_DIR}/Lib/win32"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user