From 7fa9ca8b9b4c13f22dbe4e871b6c90ee8e06e9da Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 19 Feb 2014 15:45:39 -0500 Subject: [PATCH] Fixed typo --- cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index 0b9f7e853..34d1ffb52 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -23,7 +23,7 @@ Including this file immediately sets up the following build types and a drop-dow It also configures several minor details, as follows: * The compile flag `-ftemplate-depth=1024` is set for newer versions of Clang to handle complex templates. -* On Windows, executable and dll output paths are set to `${CMAKE_BINARY_DIR}/bin` and import library output to `${CMAKE_BINARY_DIR}/bin`. +* On Windows, executable and dll output paths are set to `${CMAKE_BINARY_DIR}/bin` and import library output to `${CMAKE_BINARY_DIR}/lib`. It defines the following functions: