summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-21 13:45:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-21 13:45:45 (GMT)
commite9687d931aeccdbf4fa6c05e066e0582c598083c (patch)
treec1072d305598153ec8a645492d9639528ee41356 /Tests/SystemInformation
parent1a9ae3b5fafff20ea3bf2563f10037d9cd071ccc (diff)
downloadCMake-e9687d931aeccdbf4fa6c05e066e0582c598083c.zip
CMake-e9687d931aeccdbf4fa6c05e066e0582c598083c.tar.gz
CMake-e9687d931aeccdbf4fa6c05e066e0582c598083c.tar.bz2
fix for create shared library
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/SystemInformation.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/SystemInformation.in b/Tests/SystemInformation/SystemInformation.in
index 8c3a5c7..85cbcf1 100644
--- a/Tests/SystemInformation/SystemInformation.in
+++ b/Tests/SystemInformation/SystemInformation.in
@@ -26,7 +26,7 @@ CMAKE_SHARED_LIBRARY_RUNTIME_FLAG == "${CMAKE_SHARED_LIBRARY_RUNTIME_FLAG}"
CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP == "${CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP}"
// C shared module flags
-CMAKE_SHARED_MODULE_C_FLAGS == "${CMAKE_SHARED_MODULE_C_FLAGS }"
+CMAKE_SHARED_MODULE_C_FLAGS == "${CMAKE_SHARED_MODULE_C_FLAGS}"
CMAKE_SHARED_MODULE_CREATE_C_FLAGS == "${CMAKE_SHARED_MODULE_CREATE_C_FLAGS}"
CMAKE_SHARED_MODULE_LINK_FLAGS == "${CMAKE_SHARED_MODULE_LINK_FLAGS}"
CMAKE_SHARED_MODULE_RUNTIME_FLAG == "${CMAKE_SHARED_MODULE_RUNTIME_FLAG}"