diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-21 14:58:08 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-21 14:58:08 (GMT) |
commit | 8deccd3c2ea9d0eb5a63b2019a3dec984e7e0ae5 (patch) | |
tree | e21c5cd5b768db251f1e13ef0876e6dda20338ba /Templates | |
parent | 43c2a895689129cfdf424d8877cd35ad05433dc7 (diff) | |
download | CMake-8deccd3c2ea9d0eb5a63b2019a3dec984e7e0ae5.zip CMake-8deccd3c2ea9d0eb5a63b2019a3dec984e7e0ae5.tar.gz CMake-8deccd3c2ea9d0eb5a63b2019a3dec984e7e0ae5.tar.bz2 |
BUG: remove quotes
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index dc52239..b741bbb 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -45,6 +45,6 @@ SET (CMAKE_SHLIB_RUNTIME_SEP "@CMAKE_SHLIB_RUNTIME_SEP@" CACHE STRING # support for X11 SET (CMAKE_X_LIBS "@X_PRE_LIBS@ @X_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@" CACHE STRING "Libraries and options used in X11 programs") SET (CMAKE_X_CFLAGS "@X_CFLAGS@" CACHE STRING "X11 extra flags") -SET (CMAKE_HAS_X "@CMAKE_HAS_X@" ) -SET (CMAKE_NO_ANSI_STREAM_HEADERS "@CMAKE_NO_ANSI_STREAM_HEADERS@" ) -SET (CMAKE_NO_STD_NAMESPACE "@CMAKE_NO_STD_NAMESPACE@" ) +SET (CMAKE_HAS_X @CMAKE_HAS_X@ ) +SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ ) +SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ ) |