added logg level variable to cmake

This commit is contained in:
2025-12-01 14:57:20 +01:00
parent 6c8510e542
commit aa0fa31383
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ include(FetchContent)
option(SLS_FETCH_ZMQ_FROM_GITHUB "Fetch zmq from github" OFF)
option(SLS_FETCH_PYBIND11_FROM_GITHUB "Fetch pybind11 from github" OFF)
set(LOG_MAX_REPORTING_LEVEL "set logging level" sls::logINFO)
# Allow FetchContent_Populate to be called with a single argument
# otherwise deprecated warning is issued

View File

@@ -1058,7 +1058,6 @@ TEST_CASE("v_abcd", "[.cmdcall]") {
for (int i = 0; i != det.size(); ++i) {
det.setPower(indices[i], prev_val[i], {i});
}
} else {
REQUIRE_THROWS(caller.call(cmds[i], {}, -1, GET));
}