Fix typo "demo" vs. "examples"

This commit is contained in:
Joachim Reichel 2011-08-07 11:53:47 +00:00
parent afe43d0591
commit 4078d8a5e0
1 changed files with 1 additions and 1 deletions

View File

@ -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)