diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2001-10-26 21:06:46 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2001-10-26 21:06:46 (GMT) |
commit | d9b7df43ce24f08985728fbca6c68688a001c586 (patch) | |
tree | cfad262310cca10d93b3b4354b420a6907c6f8e7 /Templates/CMakeSystemConfig.cmake.in | |
parent | 1c5c899fd7b9e0f5214f0e30b5dc64fa2508a27c (diff) | |
download | CMake-d9b7df43ce24f08985728fbca6c68688a001c586.zip CMake-d9b7df43ce24f08985728fbca6c68688a001c586.tar.gz CMake-d9b7df43ce24f08985728fbca6c68688a001c586.tar.bz2 |
added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'Templates/CMakeSystemConfig.cmake.in')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index bdc5736..03c329a 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -62,3 +62,5 @@ SET (CMAKE_NO_ANSI_FOR_SCOPE @CMAKE_NO_ANSI_FOR_SCOPE@ CACHE INTERNAL "do SET (CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@ CACHE INTERNAL "Is the compile GNU C++") SET (CMAKE_ANSI_CFLAGS @CMAKE_ANSI_CFLAGS@ CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") SET (CMAKE_ANSI_CXXFLAGS @CMAKE_ANSI_CXXFLAGS@ CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") +SET (CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION @CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION@ CACHE INTERNAL "does the compiler not support explicit template instantiation.") + |