parflow/parflow
CMakeLists.txt
:547
option(PARFLOW_HAVE_ECLM "Compile with eCLM (experimental)" "OFF")
option(PARFLOW_HAVE_ECLM "Compile with eCLM (experimental)" "OFF")
message(FATAL_ERROR "ERROR: PARFLOW_HAVE_CLM and PARFLOW_HAVE_ECLM cannot be enabled at the same time.")
message(FATAL_ERROR "ERROR: OASIS is required when compiling with PARFLOW_HAVE_ECLM=ON (check OAS3_ROOT variable)")
endif ( ${PARFLOW_HAVE_ECLM} )
else(${PARFLOW_HAVE_ECLM})
endif(${PARFLOW_HAVE_ECLM})