diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 13:50:45 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 13:50:45 -0400 |
commit | 8c656dc40d9b42a819c7d3e3889f28d37e1e2e61 (patch) | |
tree | ab03b69c99f0fdf4ff65dc38cd92f5f4e1f50b6e /Templates/CMakeWindowsSystemConfig.cmake | |
parent | 5701282e98bf78647193ab3a2dc7ea695ac32c6a (diff) | |
download | cmake-8c656dc40d9b42a819c7d3e3889f28d37e1e2e61.tar.gz |
BUG: remove unused variable CMAKE_OBJECT_FILE_SUFFIX from cmake
Diffstat (limited to 'Templates/CMakeWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeWindowsSystemConfig.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Templates/CMakeWindowsSystemConfig.cmake b/Templates/CMakeWindowsSystemConfig.cmake index 88c20c598c..05d29aaa48 100644 --- a/Templates/CMakeWindowsSystemConfig.cmake +++ b/Templates/CMakeWindowsSystemConfig.cmake @@ -50,9 +50,6 @@ SET (CMAKE_EXECUTABLE_SUFFIX ".exe" CACHE INTERNAL SET (CMAKE_MODULE_SUFFIX ".dll" CACHE INTERNAL "Module library suffix.") -SET (CMAKE_OBJECT_FILE_SUFFIX ".obj" CACHE INTERNAL - "Object file suffix.") - SET (CMAKE_SHLIB_SUFFIX ".dll" CACHE INTERNAL "Shared library suffix.") |