CMake/CMakeSystemConfig.cmake.in

10 lines
341 B
CMake
Raw Normal View History

2001-05-03 16:52:32 +04:00
#
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
SET (WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@)
2001-05-03 18:58:52 +04:00
SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@)
SET (CMAKE_USE_PTHREADS @CMAKE_USE_PTHREADS@)
SET (CMAKE_HP_PTHREADS @CMAKE_HP_PTHREADS@)
SET (CXX @CXX@)