[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.141 1.142

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 17 12:52:05 EDT 2008


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv743/Source/kwsys

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Fix KWSys SystemInformation dependencies

The SystemInformation component of KWSys requires Process and
FundamentalType.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/CMakeLists.txt,v
retrieving revision 1.141
retrieving revision 1.142
diff -C 2 -d -r1.141 -r1.142
*** CMakeLists.txt	17 Oct 2008 16:51:57 -0000	1.141
--- CMakeLists.txt	17 Oct 2008 16:52:03 -0000	1.142
***************
*** 168,171 ****
--- 168,175 ----
    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.



More information about the Cmake-commits mailing list