File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ macro(generate_frogfs_rules)
32
32
COMMENT "Initializing Python virtualenv"
33
33
BYPRODUCTS ${Python3_VENV}
34
34
)
35
- file (GLOB_RECURSE venv LIST_DIRECTORIES true CONFIGURE_DEPENDS "${Python3_VENV} /*" )
35
+ file (GLOB_RECURSE venv FOLLOW_SYMLINKS LIST_DIRECTORIES true CONFIGURE_DEPENDS "${Python3_VENV} /*" )
36
36
set_property (TARGET frogfs_venv PROPERTY ADDITIONAL_CLEAN_FILES "${venv} " )
37
37
endif ()
38
38
@@ -58,7 +58,7 @@ macro(generate_frogfs_rules)
58
58
59
59
file (GLOB_RECURSE cache LIST_DIRECTORIES true CONFIGURE_DEPENDS "${BUILD_DIR} /${ARG_NAME} -cache/*" )
60
60
set_property (TARGET frogfs_preprocess_${ARG_NAME} PROPERTY ADDITIONAL_CLEAN_FILES "${cache} " )
61
- file (GLOB_RECURSE node_modules LIST_DIRECTORIES true CONFIGURE_DEPENDS "${BUILD_DIR} /node_modules/*" )
61
+ file (GLOB_RECURSE node_modules FOLLOW_SYMLINKS LIST_DIRECTORIES true CONFIGURE_DEPENDS "${BUILD_DIR} /node_modules/*" )
62
62
set_property (TARGET frogfs_preprocess_${ARG_NAME} APPEND PROPERTY ADDITIONAL_CLEAN_FILES "${node_modules} ;${BUILD_DIR} /node_modules" )
63
63
64
64
if (${frogfs_DIR} /requirements.txt IS_NEWER_THAN ${Python3_VENV} .stamp )
You can’t perform that action at this time.
0 commit comments