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

BUG: Need include regular expression to match all files.

parent d4e8e7d2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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