Skip to content

Commit

Permalink
Fix CMake warning (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon authored and lukas-w committed Mar 26, 2017
1 parent de3b344 commit abc73c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit abc73c0

Please sign in to comment.