BUG: Need include regular expression to match all files.

This commit is contained in:
Brad King 2003-06-23 08:56:03 -04:00
parent 324807d395
commit be1fd8bfb5
1 changed files with 8 additions and 5 deletions

View File

@ -83,6 +83,9 @@ ENDIF(NOT KWSYS_NAMESPACE)
# The project name is that of the specified namespace.
PROJECT(${KWSYS_NAMESPACE})
# Do full dependency headers.
INCLUDE_REGULAR_EXPRESSION("^.*$")
# Work-around for CMake 1.6.7 bug in custom command dependencies when
# there is no executable output path.
IF(NOT EXECUTABLE_OUTPUT_PATH)
@ -189,11 +192,11 @@ SET(KWSYS_CLASSES)
SET(KWSYS_H_FILES)
SET(KWSYS_HXX_FILES Configure)
# Enforce component dependencies.
IF(KWSYS_USE_SystemTools)
SET(KWSYS_USE_Directory 1)
SET(KWSYS_USE_RegularExpression 1)
ENDIF(KWSYS_USE_SystemTools)
# Enforce component dependencies (none currently exists).
#IF(KWSYS_USE_SystemTools)
# SET(KWSYS_USE_Directory 1)
# SET(KWSYS_USE_RegularExpression 1)
#ENDIF(KWSYS_USE_SystemTools)
# Add selected C++ classes.
FOREACH(c Directory RegularExpression SystemTools)