From 4078d8a5e033d063917342a156f1cd97550656d3 Mon Sep 17 00:00:00 2001 From: Joachim Reichel Date: Sun, 7 Aug 2011 11:53:47 +0000 Subject: [PATCH] Fix typo "demo" vs. "examples" --- Installation/examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/examples/CMakeLists.txt b/Installation/examples/CMakeLists.txt index 31a31126b8a..5a87bfb5e6f 100644 --- a/Installation/examples/CMakeLists.txt +++ b/Installation/examples/CMakeLists.txt @@ -33,7 +33,7 @@ foreach( entry ${list} ) endif() if( NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") # out-of-source - make_directory(${CMAKE_BINARY_DIR}/demo/${DEMO_DIR}) + make_directory(${CMAKE_BINARY_DIR}/examples/${DEMO_DIR}) endif() set(ADD_SUBDIR TRUE)