fix type in macros.cmake
This commit is contained in:
@ -142,7 +142,7 @@ debugmsg("Search returned: ${MYSQL_DIR_LOC}")
|
|||||||
if (DEFINED EMBEDDED_LIB)
|
if (DEFINED EMBEDDED_LIB)
|
||||||
if( NOT (IS_DIRECTORY ${EMBEDDED_LIB}) )
|
if( NOT (IS_DIRECTORY ${EMBEDDED_LIB}) )
|
||||||
debugmsg("EMBEDDED_LIB is not a directory: ${EMBEDDED_LIB}")
|
debugmsg("EMBEDDED_LIB is not a directory: ${EMBEDDED_LIB}")
|
||||||
if(${CMAKE_VERSION} VERSION_LESS 2.12 )
|
if(${CMAKE_VERSION} VERSION_LESS 2.8.12 )
|
||||||
set(COMP_VAR PATH)
|
set(COMP_VAR PATH)
|
||||||
else()
|
else()
|
||||||
set(COMP_VAR DIRECTORY)
|
set(COMP_VAR DIRECTORY)
|
||||||
|
|||||||
Reference in New Issue
Block a user