79460645

Date: 2025-02-23 03:34:58
Score: 1
Natty:
Report link

GLOB gives absolute paths unless a relative path is specified.

file(GLOB SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS "xyz/*.cpp")
message("${SOURCES}")
list(REMOVE_ITEM SOURCES "xyz/src1.cpp")
message("${SOURCES}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zap