1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 10:23:13 +02:00

Fix missing dependencies message to include the source folder, there is no specific source file on modules with multiple source files

This commit is contained in:
Adam
2013-03-15 07:43:17 -05:00
parent 01620e849a
commit 81c89bb708
+1 -1
View File
@@ -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