From 411def41014ab4b257480acbf7c44d3413d6ee91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Andr=C3=A8s?= Date: Sun, 26 Mar 2017 21:51:46 +0200 Subject: [PATCH] Fix CMake warning (#3457) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6170b546..b809b3c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)