From 81c89bb7080f17a4bdfd8912863285713e0822df Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 15 Mar 2013 07:43:17 -0500 Subject: [PATCH] Fix missing dependencies message to include the source folder, there is no specific source file on modules with multiple source files --- modules/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 228618b0e..1402a7c68 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -194,7 +194,7 @@ foreach(MODULE_FOLDER ${MODULES_FOLDERS}) DESTINATION ${LIB_DIR}/modules ) else(NOT SKIP_DEPENDS AND NOT SKIP_LIBRARIES AND HAS_FUNCTION) - message(" ${SRC} can not be built due to missing dependencies.") + message(" ${SUBDIR} can not be built due to missing dependencies.") endif(NOT SKIP_DEPENDS AND NOT SKIP_LIBRARIES AND HAS_FUNCTION) # Run the directories CMakeLists.txt if there is one