blob: c68d768b8c6072f62466d3e6e138334faa0a8eb8 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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@)
SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@)
SET (CMAKE_USE_PTHREADS @CMAKE_USE_PTHREADS@)
SET (CMAKE_HP_PTHREADS @CMAKE_HP_PTHREADS@)
SET (CXX @CXX@)
|