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
|
||||
"${PHOENIX_DIR}/Lib/win64"
|
||||
DOC "PHOENIX library to link with")
|
||||
elseif ()
|
||||
else ()
|
||||
find_library(PHOENIX_LIBRARIES NAMES phxlw32
|
||||
PATHS
|
||||
"${PHOENIX_DIR}/Lib/win32"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user