BUG: Fix KWSys SystemInformation dependencies

The SystemInformation component of KWSys requires Process and
FundamentalType.
This commit is contained in:
Brad King 2008-10-17 12:52:03 -04:00
parent 32be27c6de
commit 1c70745c62
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@ ENDIF(KWSYS_USE_Glob)
IF(KWSYS_USE_Process)
SET(KWSYS_USE_System 1)
ENDIF(KWSYS_USE_Process)
IF(KWSYS_USE_SystemInformation)
SET(KWSYS_USE_FundamentalType 1)
SET(KWSYS_USE_Process 1)
ENDIF(KWSYS_USE_SystemInformation)
# Setup the large file support default.
IF(KWSYS_LFS_DISABLE)