Fix CMake warning (#3457)

This commit is contained in:
Léo Andrès
2017-03-26 21:51:46 +02:00
committed by Lukas W
parent de3b344edd
commit abc73c06ee

View File

@@ -487,7 +487,7 @@ IF(USE_CCACHE)
ELSE()
MESSAGE(WARNING "USE_CCACHE enabled, but no ccache found")
ENDIF()
ENDIF(CCACHE_FOUND)
ENDIF()
# make sub-directories
ADD_SUBDIRECTORY(cmake)