From dfbc21a4f24cdfd1532d64ff30a5158ee10fe8ee Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Fri, 22 Feb 2013 13:57:22 +0100 Subject: [PATCH] use the same add_subdirectory convention as in the following commands --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bf5ee01e..da1e0541b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ set(MPI "false" CACHE BOOL "Build the MPI module") ## EO Module set(EO_MODULE_NAME "Evolving Object") set(CMAKE_SOURCE_DIR ${EO_SRC_DIR}) -add_subdirectory(${CMAKE_SOURCE_DIR}) +add_subdirectory(${EO_SRC_DIR}) if(NOT EO_ONLY) ## MO Module