cmake: prefer system simpleini library

This commit is contained in:
Alexandre Bouvier 2023-11-02 18:53:40 +01:00
parent 83aa66b17d
commit fe3702223f
5 changed files with 25 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#include <string>
#include "common/settings.h"
#define SI_NO_CONVERSION
#include <SimpleIni.h>
#include <boost/algorithm/string/replace.hpp>