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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user