Ken Martin 24 ani în urmă
părinte
comite
bf228b05c7

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.