summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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