summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-04-22 18:18:50 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-04-22 18:18:50 (GMT)
commitbf228b05c795adaa206f8ef9858068c54aeb44b3 (patch)
tree78b5d81dd0aea7c1fa95f21b4f0920889a007b8b /Tests
parent7aa35093b8f96ef75bbf9160a55739be4861b9ea (diff)
downloadCMake-bf228b05c795adaa206f8ef9858068c54aeb44b3.zip
CMake-bf228b05c795adaa206f8ef9858068c54aeb44b3.tar.gz
CMake-bf228b05c795adaa206f8ef9858068c54aeb44b3.tar.bz2
duhZ
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/Executable/CMakeLists.txt2
-rw-r--r--Tests/ComplexOneConfig/Executable/CMakeLists.txt2
-rw-r--r--Tests/ComplexRelativePaths/Executable/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt
index 165e7cd..30c60fe 100644
--- a/Tests/Complex/Executable/CMakeLists.txt
+++ b/Tests/Complex/Executable/CMakeLists.txt
@@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
TARGET_LINK_LIBRARIES(complex
CMakeLib
debug CMakeLib
- optimized CgMakeLib)
+ optimized CMakeLib)
#
# Output the files required by 'complex' to a file.
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
index 165e7cd..30c60fe 100644
--- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt
@@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
TARGET_LINK_LIBRARIES(complex
CMakeLib
debug CMakeLib
- optimized CgMakeLib)
+ optimized CMakeLib)
#
# Output the files required by 'complex' to a file.
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
index 165e7cd..30c60fe 100644
--- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt
@@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
TARGET_LINK_LIBRARIES(complex
CMakeLib
debug CMakeLib
- optimized CgMakeLib)
+ optimized CMakeLib)
#
# Output the files required by 'complex' to a file.