Skip to content
Snippets Groups Projects
Commit e70aa1b3 authored by Brad King's avatar Brad King
Browse files

ERR: SystemTools now depends on Directory.

parent e9e391c0
No related merge requests found
......@@ -216,11 +216,10 @@ SET(KWSYS_CLASSES)
SET(KWSYS_H_FILES Configure)
SET(KWSYS_HXX_FILES Configure)
# Enforce component dependencies (none currently exists).
#IF(KWSYS_USE_SystemTools)
# SET(KWSYS_USE_Directory 1)
# SET(KWSYS_USE_RegularExpression 1)
#ENDIF(KWSYS_USE_SystemTools)
# Enforce component dependencies.
IF(KWSYS_USE_SystemTools)
SET(KWSYS_USE_Directory 1)
ENDIF(KWSYS_USE_SystemTools)
# Add selected C++ classes.
FOREACH(c Directory RegularExpression SystemTools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment