mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
10 lines
341 B
CMake
10 lines
341 B
CMake
#
|
|
# 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@)
|