Succeeds:
```
cmake .. -GNinja
cmake .. -GNinja -DBUILD_CHRONIK=1
```
Succeeds with a warning:
```
cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=1
cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=ON -DBUILD_CHRONIK=ON
```
Fails:
```
cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=1 -DBUILD_CHRONIK=0
```
check all the CI build configurations