diff --git a/CMakeLists.txt b/CMakeLists.txt index e625a563..8cf7e239 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,13 +75,13 @@ if(NOT SQLite3_FOUND) message(ERROR "-- sqlite3 library not found (required)") endif() -find_package(tomlplusplus QUIET) -if (tomlplusplus_FOUND) - message(STATUS "Using system TOML++") - set(HAVE_TOMLPLUSPLUS 1) -else() - message(STATUS "Using included TOML++") -endif() +#find_package(tomlplusplus QUIET) +#if (tomlplusplus_FOUND) +# message(STATUS "Using system TOML++") +# set(HAVE_TOMLPLUSPLUS 1) +#else() +# message(STATUS "Using included TOML++") +#endif() if(LibXml2_FOUND) set(HAVE_LIBXML2 1)