summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-rw-r--r--Tests/VSExternalInclude/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSExternalInclude/CMakeLists.txt b/Tests/VSExternalInclude/CMakeLists.txt
index 74f6868..e5baa04 100644
--- a/Tests/VSExternalInclude/CMakeLists.txt
+++ b/Tests/VSExternalInclude/CMakeLists.txt
@@ -34,5 +34,5 @@ SET(SOURCES main.cpp)
ADD_EXECUTABLE(VSExternalInclude ${SOURCES})
-# target depends on lib1
+# target depends on lib2
ADD_DEPENDENCIES(VSExternalInclude lib2)