fix checks.cmake
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9511 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 55c34f8296c7ae2840187dce3de63487269f865c Former-commit-id: b6791f3e00792155e8cc32844f88e377f57da33a
This commit is contained in:
parent
d7262c6526
commit
02274c89c7
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ MACRO(CHECK_LIBRARIES)
|
||||||
SET(HAVE_MINIZIP 1)
|
SET(HAVE_MINIZIP 1)
|
||||||
MESSAGE(STATUS "Looking for library minizip - found")
|
MESSAGE(STATUS "Looking for library minizip - found")
|
||||||
ELSE(MINIZIP_FOUND)
|
ELSE(MINIZIP_FOUND)
|
||||||
MESSAGE(STATUS "Looking for library GLM - NOT found")
|
MESSAGE(STATUS "Looking for library minizip - NOT found")
|
||||||
ENDIF(MINIZIP_FOUND)
|
ENDIF(MINIZIP_FOUND)
|
||||||
|
|
||||||
ENDMACRO(CHECK_LIBRARIES)
|
ENDMACRO(CHECK_LIBRARIES)
|
||||||
|
|
Loading…
Reference in a new issue