Comment unused EDO flag (declared in ../CMakeLists.txt file)
This commit is contained in:
parent
8ee0745b07
commit
10d8587378
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ set( MPI_BIN_DIR "${CMAKE_BINARY_DIR}" CACHE INTERNAL "ParadisEO-MPI binary dir
|
|||
set(EO_ONLY "false" CACHE BOOL "Only build EO and not the other modules")
|
||||
set(ENABLE_OPENMP "false" CACHE BOOL "Build EO with the OpenMP support (shared-memory parallel evaluators on multi-core)")
|
||||
set(ENABLE_GNUPLOT "false" CACHE BOOL "Build EO with the GNUplot support (real-time convergence plotting)")
|
||||
set(EDO "false" CACHE BOOL "Build the EDO module")
|
||||
#set(EDO "false" CACHE BOOL "Build the EDO module")
|
||||
set(EDO_USE_LIB "Eigen3" CACHE STRING "Which linear algebra library to use to build EDO ('UBlas' or 'Eigen3', Eigen3 is recommended)")
|
||||
set(SMP "false" CACHE BOOL "Build the SMP module")
|
||||
set(MPI "false" CACHE BOOL "Build the MPI module")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue