use the same add_subdirectory convention as in the following commands

This commit is contained in:
Johann Dreo 2013-02-22 13:57:22 +01:00
commit dfbc21a4f2

View file

@ -88,7 +88,7 @@ set(MPI "false" CACHE BOOL "Build the MPI module")
## EO Module ## EO Module
set(EO_MODULE_NAME "Evolving Object") set(EO_MODULE_NAME "Evolving Object")
set(CMAKE_SOURCE_DIR ${EO_SRC_DIR}) set(CMAKE_SOURCE_DIR ${EO_SRC_DIR})
add_subdirectory(${CMAKE_SOURCE_DIR}) add_subdirectory(${EO_SRC_DIR})
if(NOT EO_ONLY) if(NOT EO_ONLY)
## MO Module ## MO Module