Adding more CMake log information.

This commit is contained in:
Jacob Alexander 2014-12-31 13:42:00 -08:00
parent d00c034cbf
commit e687c04387
3 changed files with 11 additions and 8 deletions

View file

@ -19,6 +19,8 @@ if ( "${MacroModule}" STREQUAL "PartialMap" )
# KLL Installation (Make sure repo has been cloned)
#
message ( STATUS "Checking for latest kll version:" )
if ( NOT EXISTS "${PROJECT_SOURCE_DIR}/kll/kll.py" )
# Make sure git is available
find_package ( Git REQUIRED )