added prefix to config

This commit is contained in:
Ken Martin 2001-05-23 11:27:15 -04:00
parent d76db0ed57
commit fdb3d30dca
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# CMakeLocal.make.in should be in the directory where you run configure
# in, which need not be the source directory
#
SET (CMAKE_INSTALL_PREFIX @prefix@ CACHE_NO_REPLACE PATH)
SET (CMAKE_WORDS_BIGENDIAN @CMAKE_WORDS_BIGENDIAN@ )
SET (CMAKE_USE_SPROC @CMAKE_USE_SPROC@ CACHE_NO_REPLACE BOOL)
SET (CMAKE_USE_PTHREADS @CMAKE_USE_PTHREADS@ CACHE_NO_REPLACE BOOL)