From 5acb894e585f6f65741c102e74fd826b2250eb11 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Mon, 10 Sep 2001 11:03:30 -0400 Subject: [PATCH] Typo in link command. --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index bff926ab4..9f87e8071 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -52,7 +52,7 @@ ADD_LIBRARY(CMakeLib SRCS) # always link in the library LINK_LIBRARIES(CMakeLib) # the library is found here -LINK_DIRECTORIES(${CMake_BINARY_DIR}/Sources) +LINK_DIRECTORIES(${CMake_BINARY_DIR}/Source) ADD_EXECUTABLE(cmake cmakemain) ADD_EXECUTABLE(DumpDocumentation cmDumpDocumentation)