use the same add_subdirectory convention as in the following commands
This commit is contained in:
parent
86436fb9e4
commit
dfbc21a4f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue