BUG: Fix KWSys SystemInformation dependencies
The SystemInformation component of KWSys requires Process and FundamentalType.
This commit is contained in:
parent
32be27c6de
commit
1c70745c62
|
@ -167,6 +167,10 @@ ENDIF(KWSYS_USE_Glob)
|
||||||
IF(KWSYS_USE_Process)
|
IF(KWSYS_USE_Process)
|
||||||
SET(KWSYS_USE_System 1)
|
SET(KWSYS_USE_System 1)
|
||||||
ENDIF(KWSYS_USE_Process)
|
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.
|
# Setup the large file support default.
|
||||||
IF(KWSYS_LFS_DISABLE)
|
IF(KWSYS_LFS_DISABLE)
|
||||||
|
|
Loading…
Reference in New Issue