forked from teamnwah/openmw-tes3coop
Print correct variable for Terra's library
This commit is contained in:
parent
10a0f165dd
commit
213bc1e733
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ IF(Terra_FOUND)
|
|||
SET(Terra_LIBRARY ${Terra_LIBRARY_RELEASE} ${ZLIB_LIBRARIES} dl tinfo)
|
||||
ENDIF()
|
||||
IF(NOT Terra_FIND_QUIETLY)
|
||||
MESSAGE(STATUS "Found Terra_LIBRARIES: ${Terra_LIBRARIES}")
|
||||
MESSAGE(STATUS "Found Terra_LIBRARY_RELEASE: ${Terra_LIBRARY_RELEASE}")
|
||||
MESSAGE(STATUS "Found Terra_INCLUDES: ${Terra_INCLUDES}")
|
||||
ENDIF(NOT Terra_FIND_QUIETLY)
|
||||
ELSE(Terra_FOUND)
|
||||
|
|
Loading…
Reference in a new issue