summaryrefslogtreecommitdiffstats
path: root/CMakeSystemConfig.cmake.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-03 14:58:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-03 14:58:52 (GMT)
commitd55c3a29ad49238f295802b49691592c21e4b6c3 (patch)
tree0fe405caef245a1b2fb9abd3e9063b66bf57de18 /CMakeSystemConfig.cmake.in
parent2e6ea303c0d0794d772c9bcfa0d08b8b228cacf1 (diff)
downloadCMake-d55c3a29ad49238f295802b49691592c21e4b6c3.zip
CMake-d55c3a29ad49238f295802b49691592c21e4b6c3.tar.gz
CMake-d55c3a29ad49238f295802b49691592c21e4b6c3.tar.bz2
better config info
Diffstat (limited to 'CMakeSystemConfig.cmake.in')
-rw-r--r--CMakeSystemConfig.cmake.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/CMakeSystemConfig.cmake.in b/CMakeSystemConfig.cmake.in
index ed860ef..f1c7b28 100644
--- a/CMakeSystemConfig.cmake.in
+++ b/CMakeSystemConfig.cmake.in
@@ -2,7 +2,9 @@
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
-SET (WORDS_BIGENDIAN @WORDS_BIGENDIAN@)
-SET (HAVE_LIMITS_H @HAVE_LIMITS_H@)
-SET (HAVE_UNISTD_H @HAVE_UNISTD_H@)
-
+SET (WORDS_BIGENDIAN @WORDS_BIGENDIAN@)
+SET (HAVE_LIMITS_H @HAVE_LIMITS_H@)
+SET (HAVE_UNISTD_H @HAVE_UNISTD_H@)
+SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@)
+SET (CMAKE_USE_PTHREADS @CMAKE_USE_PTHREADS@)
+SET (CMAKE_HP_PTHREADS @CMAKE_HP_PTHREADS@)