set PURPLE_RUNTIME before trying to detect libpurple
This commit is contained in:
parent
22e561bb72
commit
84b78f1333
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FIND_PATH(PURPLE_INCLUDE_DIR NAMES "purple.h" PATH_SUFFIXES libpurple )
|
|||
if(WIN32 AND PURPLE_INCLUDE_DIR )
|
||||
if (NOT PURPLE_NOT_RUNTIME)
|
||||
set(PURPLE_LIBRARY "")
|
||||
endif(PURPLE_NOT_RUNTIME)
|
||||
endif(NOT PURPLE_NOT_RUNTIME)
|
||||
set(PURPLE_FOUND 1)
|
||||
message(STATUS "Using purple: ${PURPLE_INCLUDE_DIR} ${PURPLE_LIBRARY}")
|
||||
else()
|
||||
|
|
Loading…
Add table
Reference in a new issue