sogno-platform/dpsim

Remove support for deprecated CMake options

stv0g opened this issue · 0 comments

stv0g commented

In #168 we harmonized CMake option names.
To keep compatability with existing build-trees and scripts we kept suporting the old names.

They should be removed some time in the future.

The deprecated CMake options are:

option(WITH_EIGEN_MODULE     "Fetch Eigen3 as module (deprecated option)" OFF)
option(WITH_SPDLOG_SUBMODULE "Fetch spdlog as module (deprecated option)" OFF)
option(WITH_CIM_SUBMODULE    "Fetch CIMpp as module (deprecated option)" OFF)
option(WITH_PYBIND_MODULE    "Fetch pybind11 as module (deprecated option)" OFF)
option(GET_GRID_DATA     	   "Fetch grid data (deprecated option)" ON)